07-19-07 06:20 PM
Hi all,
I have just started exploring bash. I need to cut the set of words
into an array of elements.
e.g.
File_NAME=`find .`
The command returns a string with all the filenames concatenated. Now
i want to get each of the file separately for processing.
Also, i don't want to use a for loop. Can you please help me with a
way to achieve this.
Thanks
Lucky
[ Post a follow-up to this message ]
|