Sort folders by size


/ Published in: Bash
Save to your folder(s)

Lists folders in a directory by size


Copy this code and paste it in your HTML
  1. du --max-depth=1 /home/ | sort -n -r

URL: sort_folders_by_size

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.