Advertisement
nighthoodie

dust

Nov 25th, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. #!/bin/bash
  2. # dISK uSAGE sORt
  3. du="/usr/bin/du"
  4. sort="/usr/bin/sort"
  5. du -sm * |sort -n
  6. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement