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
Coookie not storing information
Calender applications.....
Upgrade Sqlite in RHEL5.4
How many languages does .NET support?
Please help me out on cluster logs ...
Powershell script to delete files older than x days
Access chart sorting
Space betwen menu blocks
Migrate from Blackberry Enterprise 4.1.6 to BlackBerry Server Express version 5.0 SP1
Write compressed bmp file