How to use find command in Linux

find is a command-line utility that locates files based on some user-specified criteria and then applies some requested action on each matched object.

  • find command to search all files ending with ".log"
  • find command to search all "conf" files
  • find command to search all "conf" files in current directory
  • find command to search all "log" files and calculate size of each file

  • Category: Linux