I seem to recall there were "levels" or "steps" one could use depending on what kind of errors one wanted to suppress, and they were represented (I think) by numbers (1,2,3 etc.). I have forgotten the syntax, and I would like to be reminded.
I have a few BASH scripts in which I would love to use these "adjusted" error suppression levels.
The manpage in my install of 10.10 simply has
-q (-quiet) Quiet processing
which I don't think is complete.
Thanks in advance for help and advice.
Carver
Hi Carver,
-q doesn't have a number, but you can add two -q options.
- Phil
Thank you.