Skip to content

Instantly share code, notes, and snippets.

View tweep's full-sized avatar

tweep tweep

  • Genentech, EMBL, Sanger, Max Planck Institute.
  • United States
View GitHub Profile
@ianyfchang
ianyfchang / README.md
Last active August 24, 2018 12:30
heatmap
@xentek
xentek / du_sorted.sh
Created August 27, 2012 16:50
Disk Usage (du), sorted by human readable size
!# /usr/bin/env sh
du -s ./* | sort -n| cut -f 2-| xargs du -sh {}