Skip to content

Instantly share code, notes, and snippets.

@gdhaworth
Created August 11, 2014 05:38
Show Gist options
  • Save gdhaworth/4d1edd4d8134be66d8e0 to your computer and use it in GitHub Desktop.
Save gdhaworth/4d1edd4d8134be66d8e0 to your computer and use it in GitHub Desktop.
Find the largest ZFS snapshots
zfs list -t snapshot | egrep --color=none '^\S+\s+[[:digit:]]+(\.[[:digit:]]+)?[GM]' | sort -rnk 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment