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.
Unix Script Help
Name: amb1s1 Date: January 2, 2008 at 20:01:11 Pacific OS: Unix CPU/Ram: * Product: *
Comment:
Hi, I have a UNIX box at home and I connect to this box from my job everyday, but there is a problem. I have to keep typing a command, so I don't get kick out of the session. I have a batch on my job computer with the following command: Putty username@ipaddress -D 8080 I would like to have an script that run a simple command like LS for every 10 minutes. Thanks
Summary: my code: #!/bin/sh export PATH=$PATH:/csc4630/scripts grep -v '<' "$1" | grep -v 'Back to' | grep - v 'Chapter' | tr " " "\n" | sort | uniq -c > moby{"$1"}lex end of my code that is my program,...
Summary: Hi, I want to write a script which basically monitors the amount of file usage (%) for a specific file system ,say "/mount1" for a amount of %,say 98%...When it reaches this %,it should generate a war...
Summary: Hi, I am trying to write a unix script for a student database program. I have some pieces of script for this database that was left to me. The main menu has options that brings their own me...