Hi
I just want a shell script which gives me the last argument passed.
For example,
if the script script.sh is executed
>script.sh one two three
it must give me "three"
Also,
>script.sh one two "three four"
must give me "three four"
Could u geeks help me ??????
thanks in advance,
rameshvl


Reply With Quote
Bookmarks