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.
Easy shell script question?
Name: McHoffa Date: April 14, 2003 at 05:41:20 Pacific OS: debian 3.0 CPU/Ram: 1.3/256
Comment:
I asked this once but maybe my question was too specific... I need to know how to write a script to make sure a process is running every 5 minutes, if it is, do nothing, and if it isn't to have it restart.
Summary: I would have a question on the command "getopts", if I want to perform a command with an unlimited argument such as: foo -cd {filename1 filename2 filename3.....} in the shell script: while...
Summary: Im starting to learn bash. i lvoe it. im trying to do something but want the easy way arround. I made this script: #!/bin/bash #Author = MrJake # #Desc = will display a chmod list # # #Created on Mon ...
Summary: Hi, I am trying to launch a program via a shell script I been doing stuff like: #!/bin/bash cd /usr/sbin/ sh program - args options But nothing seems to happen ie.typing to the bash screen it works. I...