16 Matching Annotations
  1. Feb 2025
  2. May 2020
  3. Apr 2020
    1. Did you expect the temp directory to get printed? In the last example, we saw the directories ./temp and ./C/temp got printed, but not now. This is the effect of the -print option. By default, the find command prints all the files matching the criteria. However, once the -print option is specified, it will print files only on explicit print instructions. In this find command, -print is associated in the other side of the OR condition, and hence nothing will get printed from the 1st part of the condition.
  4. Mar 2020
  5. Dec 2019
  6. Nov 2019
  7. Nov 2017
  8. Jun 2017