DEV Community

Discussion on: The Unix way... or why you actually want to use Vim

Collapse
 
rrampage profile image
Raunak Ramakrishnan

I always google before using find. But it is a powerful tool. For simpler tasks, I just use ls -1 GLOB or ls -1 | grep PAT.

One task where find really helped was finding and removing broken symlinks in a directory with over 10 million files.