Shameless plug: I am the author.

  • @[email protected]
    link
    fedilink
    English
    122 months ago

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

    ls -ACd ~/.??*/ | sed -e "s#$HOME/##g"
    
    • @[email protected]
      link
      fedilink
      22 months ago

      ls -A | grep "^\."

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