1for i in one two three; do echo $i; done
2/bin/sh -c 'echo this is $0'
3ls
4echo $BASH_VERSION
5