Skip to content

Instantly share code, notes, and snippets.

@jcanfield
Created June 11, 2017 00:02
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 jcanfield/20ab9649adc49ef878564a267417e565 to your computer and use it in GitHub Desktop.
Save jcanfield/20ab9649adc49ef878564a267417e565 to your computer and use it in GitHub Desktop.
Bash Aliases for HTPC Linux
### List of Bash Aliases
## Hard Drive and Directory space commands
alias ls-space='echo "Displaying Disk space used per directory..." && du -slh * | sort -h'
alias ls-hdspace='echo "Displaying Hard Drive space used and available" && df -H && echo "Script complete. Press Enter to continue"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment