How to list all dotfiles in your home directory with a nice on-liner.

This nice on-liner will list all dotfiles in your home directory that start with b to z. Another good way to accomplish this task. jason@Yog-Sothoth » ~ » $ ls -hula -d .[b-z]* |grep -v ^d -rw——- 1 jason jason 13K Jun 20 10:45 .bash_history -rw-r–r– 1 jason jason 220 Jun 20 10:45 .bash_logout -rw-rw-r– … Read more