Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

how to find file based on size in linux

Tags: linux

This can be easily done using the find command. The general syntax is find . -type f -size + -exec ls -al {} \; Here are the suffixes available for the size b – 512-byte blocks (this is the default if no suffix is used)c – bytesw – two-byte wordsk – KilobytesM – MegabytesG – […]

The post how to find file based on size in Linux appeared first on Techgoeasy.



This post first appeared on Techgoeasy - Learn Oracle, PHP, HTML,CSS,Perl,UNIX, please read the originial post: here

Share the post

how to find file based on size in linux

×

Subscribe to Techgoeasy - Learn Oracle, Php, Html,css,perl,unix

Get updates delivered right to your inbox!

Thank you for your subscription

×