I like to see the sizes in ‘human readable’ format, so go into ~/.bashrc and change/add -h to the ll alias:
alias ll='ls -alFh' alias df='df -h' alias du='du -h'
I like to see the sizes in ‘human readable’ format, so go into ~/.bashrc and change/add -h to the ll alias:
alias ll='ls -alFh' alias df='df -h' alias du='du -h'
Leave a Reply