Understanding ‘find ‘ Command in File System

Being another very useful and quite useful commands in Linux Hosting, find is highly used to find the files in the hard drive . The command accommodates a number of variants and options as well.

Find the files by date and range of times :

$ find /user/bin –type f –atime +100 –print

To show the postscript files in our directory:

$ find directory [options] [actions]

Rate this post:


1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...