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.
Ideas for useful scripts
Name: smiledk Date: March 12, 2004 at 12:30:40 Pacific OS: UNIX CPU/Ram: Pentium
Comment:
Hello. For my final we have to come up with 3 useful scripts (common tasks, organizing files, games, etc.... ) i was wondering if anyone has any ideas that might be possible with bash, perl, sed, awk, grep?
Name: LANkrypt0 Date: March 12, 2004 at 15:07:08 Pacific
Reply:
Perhaps an organizer where you can keep names, phone numbers, addresses, e-mail address, any other information you want It should not be very hard to write.
I wrote something for pine not too long ago that would would tar and gzip its folders when pine was exited and then untar/ungzip the files when you went back into it. It was very useful on my shell because of limited space and huge quantities of mail. Again, should not be very hard to implement.
Basiclly think to yourself what you would find useful on a day to day basis and write something to do it.
Summary: Sorry for bugging on this. But the exit status seems to work only when device is reachable, if it is not, I can seem to make work. Any examples on how to get the shell script to read prompt presented ...
Summary: Hi, I'm having trouble trying to work out the code for a script that will calculate the day of the week from a user specified date (gregorian calendar). Anybody have any ideas? I thought about using d...
Summary: I have basic working knowledge of UNIX. I work in an environment where I need to login to multiple servers to work. I need to write a script file which will take me to the end server without user inte...