Created
August 12, 2013 14:08
-
-
Save silv3rm00n/6211105 to your computer and use it in GitHub Desktop.
25+ examples of Linux find command – search files from command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The Linux find command is a very useful and handy command to search for files from the command line. It can be used to search for files based on various criterias like permissions, user ownership, modification date/time, size etc. In this post we shall learn to use the find command along with various options that it supports. |
Good job! 😀
Very helpful, thanks~
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check out the full tutorial here
http://www.binarytides.com/linux-find-command-examples/