Logo
My Journal
Tag

command line

Tag

find all files of a particular size using terminal command line

The Unix find command is a very powerful tool, and this short post is intended to show how easy you can achieve something that might look complicate: to find all the files of a particular size. Let’s assume you are searching for all the files of exactly 6579 bytes size inside the home directory. Y...

Continue reading ...