shell script questionhi,
i have a shell script called abc.sh
i need to use its file name (abc) as the parameter of this script (abc.sh)
is there any way other than hardcode it?
thanks for help.
$1, $2, $3.....
I did this in bash
what shell r u using?
what shell r u using?