bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Error in find


From: Aayush Upadhyay
Subject: Error in find
Date: Thu, 15 Sep 2011 22:22:55 -0400

Hey guys,

A student in my CS class found an error in find. 

"According to the man page,

 expr1 -a expr2
         Same as expr1 expr2.

yet

 % find -depth -a -depth

gives an error message but

 % find -depth -depth

does not."

Does the man page need to be updated, or is it as desired? 

Thanks,
Aayush




reply via email to

[Prev in Thread] Current Thread [Next in Thread]