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]

