How to show largest file and directory size in linux Md. Shahzad Alam - 11:24 Edit Print largest file and directory size of the current directorydu -sh * | sort -n -rPrint largest file and directory size of any directorydu -sh * /dirname | sort -n -r Print top 5 maximum file sizedu -sh * /dirname | sort -n -r | head -n 5 Share on Facebook Share on Twitter Share on Google Plus About Md. Shahzad Alam I am a passionate cloud and DevOps professional specializing in Linux and open-source solutions. Through this blog, I share my knowledge and experience with the community, offering tips and insights on cloud technologies and DevOps practices. RELATED POSTS
0 comments:
Post a Comment