PREV INDEX NEXT

Author: Anonymous
Subject: Command-Line Arguments
Date: Wednesday, 02 Sep 2020, 19:13:02

I have a few questions about how to process certain command-line arguments:
-Does the order of options, tests, actions, and operators matter? (i.e. Does an operator have to sit between two tests, or can it be anywhere in the command-line?)
--Are operators only allowed when there are 2+ tests specified?
--Can we assume that multiple {}s may appear for a single exec command?
--What's the difference in how we traverse the directories if -depth is specified vs. when there are no options (depth or maxdepth) specified?
--If -print is not specified, do we write nothing to stdout?
PREV INDEX NEXT