Hacker News new | ask | show | jobs
by ibotty 5060 days ago

   % uname
   Linux
   % find ~/.local | wc -l
   16824
   % find ~ -maxdepth 1 -name ".*" | wc -l
   279
1 comments

> % find ~/.local | wc -l

Missing something?