Search results

  1. P

    Trying to count CAD files recursively on root while avoiding counting duplicates RHEL 7.9

    I am current counting files of the form ??-????-????-?.prt on root using the following syntax: [~] find / -iname "??-????-????-?.prt" | wc -l It works, and returns a number, but I am not sure this gives me a recursive search count or not. I also want to be able to count duplicates of this file...
Top