PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs223] Hwk3 Flags Precedence
Date: Tuesday, 18 Feb 2020, 14:13:54


    > Message Posted By: Unknown
    >
    > What does precedence in the following statement in the specs mean?
    > "If more than one of the upper case flags Q, N, R, and S are specified,
    > then the last such flag specified takes precedence.  Similarly for the
    > lower case flags q, n, r, and s.  The flags may be specified in any
    > order."

It means that -QNRS is equivalent to -S, and -srnq is
equivalent to -q.

--Stan-
PREV INDEX NEXT