Shameless plug: I am the author.

  • dohpaz42
    link
    fedilink
    English
    128 months ago

    Here is a more concise way to achieve the same thing:

    ls -ACd ~/.??*/ | sed -e "s#$HOME/##g"
    
    • @Samueru@lemmy.ml
      link
      fedilink
      28 months ago

      ls -A | grep "^\."

      I had to make a dummy .dotfile to test because I don’t have hidden files in my home.