If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Originally posted by malbicho: It is not properly a script, it is just a looped concat of commands. as far as i know the correct expressione for bash should be:
for i in `command` ; do command [passing $i as an argument] ; done
yeah. The rest of it contains an html address and then the done statement.
Isn't a looped concat of commands put into a file a script? I'm not trying to start a semantic argument or anything, just curious if there's a difference. I'm new to the whole *nix scripting world and am anxiously awaiting the next installment of the unix tutorial over at osxfaq.com.