File size and location


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

Lists file sizes and locations on hard drive


Copy this code and paste it in your HTML
  1. du -akx / | sort -nr | head -n 50

Report this snippet


Comments


You need to login to view comments.