Skip to content

Instantly share code, notes, and snippets.

@loretoparisi
Created April 4, 2018 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loretoparisi/63b2c8d68c383f7aa48905e0d2fcf162 to your computer and use it in GitHub Desktop.
Save loretoparisi/63b2c8d68c383f7aa48905e0d2fcf162 to your computer and use it in GitHub Desktop.
Ubuntu Disk Left Space and Folders Status
#!/bin/bash
FOLD=$1 || $(pwd)
du -d 1 -h $FOLD
df -k $FOLD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment