| |||||||||||
| |||||||||||
Looping within a shell script Posted by nano (nano), 28 September 2006 Hi,Does anyone know the syntax to call a for loop within a shell script (.sh file) ?Thanks Nano Posted by admin (Graham Ellis), 28 September 2006 There's while, until, foreach and for ...To loop through every directory on the current PATH: for place in `echo $PATH | tr : " "` do echo "Looking at $place" done This page is a thread posted to the opentalk forum
at www.opentalk.org.uk and
archived here for reference. To jump to the archive index please
follow this link.
| |||||||||||
PH: 01144 1225 708225 • FAX: 01144 1225 707126 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho | |||||||||||