binsh

useful posix sh scripts
git clone ssh://anon@git.pastanoggin.com
Log | Files | Refs | LICENSE

dudu (111B)


      1 #!/bin/sh
      2 # du(1) but shows a sorted, human-readable listing of sizes of all entries 
      3 du -had 1 "$@" | sort -h