H
Henry
Ladies & gentlemen.
I have an interesting how 2 question, which I hope someone
can help me with. I need to connect to a unix server,
issue a command and collect the output for futher use.
This is what I want to achieve:
1) telnet to server
2) issue ps -ef |grep xxxxx command
3) disconnect from server
4) use the output of 2 in the rest of my script.
To summarize I would like to use something similar to the
ftp -s function. Any suggestions?????
Thanks
Henry
I have an interesting how 2 question, which I hope someone
can help me with. I need to connect to a unix server,
issue a command and collect the output for futher use.
This is what I want to achieve:
1) telnet to server
2) issue ps -ef |grep xxxxx command
3) disconnect from server
4) use the output of 2 in the rest of my script.
To summarize I would like to use something similar to the
ftp -s function. Any suggestions?????
Thanks
Henry