- cross-posted to:
- programming@lemmy.ml
- cross-posted to:
- programming@lemmy.ml
Shameless plug: I am the author.
You must log in or register to comment.
Here is a more concise way to achieve the same thing:
ls -ACd ~/.??*/ | sed -e "s#$HOME/##g"
ls -A | grep "^\."
I had to make a dummy
.dotfile
to test because I don’t have hidden files in my home.