Is there a way to change the command line arguments in a bash script. Say for example, a bash script is invoked the following way:
./foo arg1 arg2
Is there a way to change the value of arg1 within the script? Say, something like
$1="chintz"
Thanks,
Sriram