Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It's funny how one of the relatively few design errors in Unix shells now indirectly comes back to haunt us. Recursing is built into pretty much every command that can handle multiple files - which very strongly suggests it should have been made a feature of glob (or the shell).

I think it's a bit sad that those "big-picture" features in unix are treated as if the were written in stone.



This is one of the great reasons to use zshell. :-)

  grep -in **/*txt "sometext"




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

Search: