2 lines
41 B
Text
2 lines
41 B
Text
|
cat bin/* | awk '/^export/ { print $2 }'
|
|
cat bin/* | awk '/^export/ { print $2 }'
|