The "levels" of the -q (quiet) tag

Started by L_Carver, May 30, 2017, 11:26:12 AM

Previous topic - Next topic

L_Carver

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
____________
Screen name comes from a story my ex-wife and I worked on for several years and never got past the first chapter. Llewellyn Carver was a Welsh drow elf living somewhere in New York state. Message me if you're curious to find out more.

Phil Harvey

Hi Carver,

-q doesn't have a number, but you can add two -q options.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

L_Carver

____________
Screen name comes from a story my ex-wife and I worked on for several years and never got past the first chapter. Llewellyn Carver was a Welsh drow elf living somewhere in New York state. Message me if you're curious to find out more.