All Questions
1 question
0
votes
0
answers
55
views
How to get access of all the parameters a user used to call a shell script? Or forbid the use of * as a valid parameter?
I have a shell script that will be a such of a header to be imported by others scripts
Its main goal is forbid the user of "*" and "?" as parameters.
I've already tried:
1) To get access to the ...