>find
In using wildcards * denotes the part of file you don't remember or you're not sure. Suppose your searching the file mission-impossible-3.mov. Some of the possible find searches could be:
>find
>find
>find
>find
Now, use find commands to search for files as per their size. +100M is used for file > 100Mb,similarly -100Mb for file < 100MB. G for Gb & k for kb. find
find
find
find
Searching files with a particular extension
>find
>find
Search according to the time of previous access of the file.
>find
>find
-10 for file access/modified in last 10 minutes. -amin/-mmin for files accessed/modified. [note -a & -m in -amin/-mmin].
More will be covered in the next post!
No comments:
Post a Comment