4 lines
92 B
Text
4 lines
92 B
Text
for i in one two three; do echo $i; done
|
|
/bin/sh -c 'echo this is $0'
|
|
ls
|
|
echo $BASH_VERSION
|