First page Back Continue Last page Overview

 

Basic find Examples

 
  • find -name snow.png

    • Search for files named snow.png
  • find -iname snow.png

    • Case-insensitive search for files named snow.png, Snow.png, SNOW.PNG, etc
  • find -user joe -group joe

    • Search for files owned by the user joe and the group joe