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.
Summary: Hello All, I am trying to link a few csh scripts together via positional parameters. In the calling script, I assign 8 different variables to values using cut to obtain the values from a comma separat...
Summary: In a perl script, a document is loaded in a variable. How can i md5sum the content of the variable? Is there a function like: $varsum=md5sum($myvar); Any idea? ...
Summary: I am trying to set the variable SIDS in the following script. However, once outside the do/done block $SIDS reverts to what it was before the loop! Code: - # !/bin/sh SIDS="empty" grep -v '^#' /etc/or...