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.
xterm -e command
Name: Emanis Date: December 22, 2003 at 11:20:33 Pacific OS: Generic_108528-22 sun4u CPU/Ram: sparc
Comment:
I am trying to get an xterm window pop up on my PC displaying the contents of a file from a Unix workstation. That is, when a certain event happens, the xterm will execute the program called output:
For example: xterm -e output
Now the file called output will look like this: ******************* cat file_contents sleep 5 *******************
Now I get the window to pop up on my screen, but nothing gets displayed.
Summary: Dear All, I need to execute small back-up program (written in expect) for 12 host machines simultaneously. My approach is to open 12 xterms, one for each host. After the program is finished, xterm sho...
Summary: Just wrote a little script that will perform changes to any file in the directory (so move[mv] or copy[cp] the files you need to change to a empty directory[mkdir], edit the script and run it. #!/bin/...
Summary: To automate this job create a file with your cp command in (using the wildcards shown above) and make that file executable. Use the "crontab -e" command and create a line to run everyday to run the fi...