Find a file on the console

You are trying to find files with the console? Here is a simple guide. Hope that helps

Find a file by size

find ~ -size +100M or find / -size +100M
find them by name
find / -name *findme*

or by ending

find / -type f -name "*.txt"

Link: https://www.digitalocean.com/community/tutorials/how-to-use-find-and-locate-to-search-for-files-on-a-linux-vps

Link:  http://www.linuxlookup.com/howto/find_all_large_files_linux_system

#linux #centos #find #console

This entry was posted in Allgemein, Linux and tagged , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.