Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Bash multiline command

Name: Anonymous 2009-07-29 5:09

[robert@haskal:~/5c] '
for (( i=0; i<5; i++ ))
do
echo "Hello $i"
done
'
bash:
for (( i=0; i<5; i++ ))
do
echo "Hello $i"
done
: command not found


Why doesn't it work?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List