Search Results

Search: Posts Made By: tommy1
39,410
Posted By tommy1
Thank you Revo!
Thank you Revo!
39,410
Posted By tommy1
Please let me know if you have a solution to this...
Please let me know if you have a solution to this problem.
3,679
Posted By tommy1
If you don't see the files then they are not...
If you don't see the files then they are not uploaded [to that directory]. you may also verify this by remote login.
1,943
Posted By tommy1
You may try this #!/usr/bin/ksh i=0; ...
You may try this

#!/usr/bin/ksh
i=0;
j=0;
while read Record
do
if [ ${Record:0:8} == "Store_MS" ]
then
if [ $i != 0 ]
then
printf "number of deployments= %d\n" $j...
39,410
Posted By tommy1
Thank you for your response Revo! I would like...
Thank you for your response Revo!
I would like to execute the commands on the remote machine

Thanks,
39,410
Posted By tommy1
execute shell commands with in sftp
Hi All,

Please let me know how do I execute some of the shell commands like cat, find ,grep within sftp.
Any help in this regard would be greatly appreciated.

Thanks,
3,121
Posted By tommy1
Thank you Franklin!! Regards,
Thank you Franklin!!

Regards,
3,121
Posted By tommy1
Awesome ! Thank you Franklin!! I have one...
Awesome ! Thank you Franklin!!

I have one more quick question.. how does awk know that we are referring to the second file at "a[$1] && $2>a[$1]", how do we specify if we have more than 2...
3,121
Posted By tommy1
[quote=tommy1;302284028]Franklin, Could you...
[quote=tommy1;302284028]Franklin,

Could you please explain me this.

Thanks,
3,121
Posted By tommy1
Franklin, Could you please explain me this.
Franklin,

Could you please explain me this.
3,164
Posted By tommy1
I tried writing the condition if [ $line1 <> " "...
I tried writing the condition if [ $line1 <> " " ], but it did not help.
Your solution helps. great !! thanks
3,164
Posted By tommy1
quirkasaurus, I have one more problem with...
quirkasaurus,

I have one more problem with this script, how do know the EOF in shell scripts.
I don't want to display the records if one of the files reaches the end.

Thanks
3,164
Posted By tommy1
thank you quirkasaurus!
thank you quirkasaurus!
3,164
Posted By tommy1
I want to read one record from file1 and one...
I want to read one record from file1 and one record from file2
3,164
Posted By tommy1
how do I read from two files
Hi All,

I would like to read the contents of two files using a loop but it doesn't seem to be working. Please have a look at the following script and help me resolve the problem.

While read...
Showing results 1 to 15 of 15

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