Results 1 to 2 of 2
Hi All,
I am new to shell scripting. Is there anyway of getting parameters from command line in shell script wherever required?
Thanks in advance....
- 03-10-2011 #1Just Joined!
- Join Date
- Feb 2011
- Posts
- 6
Getting parameters from command line in shell script
Hi All,
I am new to shell scripting. Is there anyway of getting parameters from command line in shell script wherever required?
Thanks in advance.
- 03-10-2011 #2Just Joined!
- Join Date
- Mar 2011
- Posts
- 3
try the "set" and the "env" commands


Reply With Quote