Search Results

Search: Posts Made By: lo tan
20,484
Posted By lo tan
mail -s "SUBJECT" nobody@google.com <...
mail -s "SUBJECT" nobody@google.com < file01.txt
7,228
Posted By lo tan
you may give us an example of the result that you...
you may give us an example of the result that you try to achieve and base on that we may come up with a solution.
2,050
Posted By lo tan
Yes, it works with nawk. Thanks
Yes, it works with nawk. Thanks
2,840
Posted By lo tan
Not sure if it is... #!/bin/sh for i in...
Not sure if it is...

#!/bin/sh
for i in `cat file10`
do
echo \'$i\',
done | fmt
2,050
Posted By lo tan
Hi Franklin52, I have tried your code, it works...
Hi Franklin52,
I have tried your code, it works fine with a linux machine. However, when I tried it with a SunOS, it failed due to the awk could not combine 2 files side by side. As a newbie I am...
2,050
Posted By lo tan
wow, thank you for your prompt respond. Your code...
wow, thank you for your prompt respond. Your code looks good, I will check it then let you know the result. Again, thank you.
2,050
Posted By lo tan
how to assign the value from the 2nd file to the 1st file, line by line..
Hi all,
I am a newbie in unix shell script world. Say, I have a list of devices in file01 and then also have file02 with the list of the location. I need to telnet to each devices in file01 and set...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 01:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy