Skip to content

Instantly share code, notes, and snippets.

View darthpanda's full-sized avatar

Ian Stallings darthpanda

  • Kansas City, MO
View GitHub Profile
// show disk usage
du -h * | sort -h
du -h --max-depth=1 . | sort -h -r
tree -L 3 --du -h -D
// show deleted files
lsof | grep deleted
// show drive info
lsblk