I have a program that receives some options, like below:
root@machine:~$ cat notmodifiable #!/bin/bash echo 1: $1 echo 2: $2 echo 3: $3 echo 4: $4