Microsoft
Software
Hardware
Network
Question : loop with the files
Hi i need to put the each line in a file in the loop.
ex:
for i in apple grape lemon
do
----
done
I need to pass the apple grape lemon from file a.txt ,means
cat a.txt
apple
grape
lemon
Please help on this
Answer : loop with the files
for i in `cat a.txt`
do
----
done
Random Solutions
Cisco ASA questions
Walkie-Talkie recommendations
Assign the value to a script global variable from the Server side code
Dell Precision BIOS
How do I access RDWEB on SBS 2008 Domain?
JAva Exception
Services Do Not Start Automatically
How to redirect My Documents Folder on an unattended install
how to remove "debugging" pop-up
RegExp VBA for HTML tags - Needs assistance and explanations