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.
Bash Script Question
Name: smiledk Date: March 20, 2004 at 14:34:39 Pacific OS: unix CPU/Ram: pentium
Comment:
how can i write a shell script that achrives all of my bash shell scripts. it searches thru all the files and subfolders in my home directory, and tars all the ones that have executable permission, but doesn't tar my script itself.
Summary: I have converted a script from DOS to the BASH shell, and the script is perfoming some very strange things: Here is the script: #! /bin/bash # Being functions for scanmac.sh function helpFunction { ec...
Summary: Hello i have a script that sends printed info as an pdf document by mail, then i log this to a webpage. Now my problem is that i want to let my bash script know if the mail was sent, queued or defered...
Summary: I am trying to put ctrl-d in my bash script. (need to execute a command that needs ctrl-d to end the command). Does anywone know how to put it in the script ? I tried doing the following echo -e "\...