mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-22 13:27:58 +02:00
5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
for i in one two three; do echo $i; done
|
|
/bin/sh -c 'echo this is $0'
|
|
ls
|
|
echo $BASH_VERSION
|