Hacker News new | past | comments | ask | show | jobs | submit login

I’ve almost entirely stopped using find and switched to fd, very simple options.. works pretty well for my purposes. https://github.com/sharkdp/fd



This has nothing to do with find, but with how shell glob expansion works. If unmatched, it passes the argument as-is. If it matches something, it expands right away. It is made worse with the way find works, but this is shell-101 (just like not doing `rm -rf $FOO/` is).

FWIW, just seeing the title, this is what I expected to read.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: