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.
shell script variable
Name: ged Date: August 14, 2002 at 16:29:41 Pacific
Comment:
My desire is to have a random eight segment number automatically inserted in the last line b4 execution.
Here is what i mean ( i would like 999999999 to change to a random number everytime )
Summary: i need help with a shell script that passes a variable. why does this not work?: echo $`echo 1` i want this to produce the same result as echo $1 but instead of the first option given at the command...
Summary: hi, I want to make a script that takes 3 command-line options for example, and the user should have the freedom of giving them in any order... Right now I'm only able to assign one option to either $1...
Summary: hi, I want to write a shell script which will execute some commnds in the script and create a resulted variable with all the results. e.g. ----------------- #!/bin/bash year = 'date +%Y' month = 'date...