On 20/04/2023 13:59, Dale wrote: >> In place of "find -type..." say "find / -type..." > > Ahhh, that worked.  I also realized I need to leave off the ' at the > beginning and end.  I thought I left those out.  I copy and paste a > lot.  lol Btw, if you only want to do this for the root filesystem and exclude all other mounted filesystems, also use the -xdev option: find / -xdev -type ...