Hi everyone,
I am trying out an elementary script running on bash Fedora to do a binary calculation, such as 3 * 2 = 6.
The trouble is, the parameter substitution directly substitutes the * into file names of the current directory before the script could handle anything.
It appears that there is a bash argument -f to suppress this phenonomenon, but it is not documented in man, nor does it work.
Could someone give me a hint, please?
I am trying out an elementary script running on bash Fedora to do a binary calculation, such as 3 * 2 = 6.
The trouble is, the parameter substitution directly substitutes the * into file names of the current directory before the script could handle anything.
It appears that there is a bash argument -f to suppress this phenonomenon, but it is not documented in man, nor does it work.
Could someone give me a hint, please?