Hello all. I am trying to read some names in a file
file has them in the second line. Example:
a1234 b2345 c1234 ....
I have to read them, compare them with a variable in script and decide if the name is in the file. The number of names will change from time to time. Any help will be...
What is the use of display? I could get the same result without it! Remote.sh runs perfectly displaying the output.
Remote.sh
#!/usr/bin/sh (hosta)
remsh hostbip -n /path/RemoteControl.sh
exit 0
RemoteControl.sh: (hostb)
#!/usr/bin/sh
ls
exit 0
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.