I am trying to use an argument of the script to find other files. The problem is that when i give the script the argument x.* in the command line, it is transformed into x.sh. Any ideas how i can get the x.* inside my script?
The script in comand line : ./script.sh x.*.
If i try to print $1 it outputs x.sh.