Find largest files
By Joao
A little code snippet to show files ordered by size:
find . -type f -printf "%k %p\n" | sort -rn | head
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.
A little code snippet to show files ordered by size:
find . -type f -printf "%k %p\n" | sort -rn | head
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.