Skip to content

Instantly share code, notes, and snippets.

@zero-master
Created May 24, 2018 09:58
Show Gist options
  • Save zero-master/e58fdab1a975c20ebc4d1bd1fb2c53a5 to your computer and use it in GitHub Desktop.
Save zero-master/e58fdab1a975c20ebc4d1bd1fb2c53a5 to your computer and use it in GitHub Desktop.
Find largest directories consuming space
#!/bin/bash
du -k /var/logs | sort -n | tail -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment