PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] Command Line Arguments
Date: Monday, 07 Sep 2020, 11:42:37


    > Message Posted By: Unknown
    >
    > In a previous question, you stated that
    >
    >  ./fiend -name FOO -o -depth -newer BAR
    >
    > is equivalent to
    >
    >  ./fiend -depth -name FOO -o -newer BAR.
    >
    > How about in the case of
    >
    >  ./fiend -name hello -o -depth -a -newer time.log
    >
    > Since -depth is global, what happens to the -o and -a?

What do /bin/find and Hwk1/fiend do?  Please ask again
if the result is surprising?

--Stan-
PREV INDEX NEXT