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

I would love a `find` with reverse polish notation, also known as postfix notation. Something like:

    find . --name this --name that --or
or, for more complex:

    find . --name this --name that --or --modified 2022-05-20 --and
I have some little personal CRUD apps and this sort of postfix notation works very well for them.

I could write something like this but haven't gotten motivated to do it though.



Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

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

Search: