Hacker News new | ask | show | jobs
by packersville 3875 days ago
> couldn’t figure out how an ‘All Files’ category was useful when browsing finder windows

To this day I still don't see or find how it is useful.

1 comments

It is a nice starting point for queries about files on the system as a whole rather than in a particular folder. i.e. Show me all of the PDF files I've used recently. Or find a file with name x but I have no idea where it is. `find / -name foo` vs `find . -name foo`