Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
running unix scripts remotely using
Name: casey Date: September 6, 2002 at 14:47:32 Pacific OS: Unix CPU/Ram: xxxxyyyyy
Comment:
Hi, I wrote a script that I use to convert files from one format to another so that I can ftp those files to our pc network. The script works fine when I have direct access our Unix box. However, whenever I try to run the script remotely using telnet it cannot find or access the files I'm trying to convert. Has anyone else run into this kind of problem? I appreciate any help you can offer.
Name: blue Date: September 6, 2002 at 15:35:36 Pacific
Reply:
did you ran it with the same user?, did you use the same enviroment variables? like TERM, SHELL, LOGNAME, etc.?, i have this problem only if i run scripts using the command rcmd
Summary: i have a unix script which is available in a box say box1 i want this script to be run in box box2 and put the output file in box2 what is the procedure to execute this script in box2 i will call the ...
Summary: Have written an awk and sed script contained in a .bat file. It operates on a long input text file. What I want to do is have the .bat file operate this way: when I type in the name of the .bat fil...