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
Using a hyperlink in a form to open another form with that record's data
BlazeDS RDS Setup Issues
10g form won't commit.
Netscreen-25 Port Translation
Server security analysis to determine patch level
I want to refresh the desktop in C#, I try to use IActiveDesktop::ApplyChang
es but IActiveDesktop alias is not found as C# underlines it. What should I do?
help with robocopy syntax
Datareader object is already open message
SSRS Combine two datasets into one data region - Must be in report not in SQL server
what does this javascript code do?