dccmx@localhost ~/projects/fql$ info fql

fql is a small tool that use SQL like language to manipulate files. if you are mad with argments of find. this is for you.

dccmx@localhost ~/projects/fql$ fql --help

sample usage:
  fql "select * from /var/mylog where size < 10k and name like '.*\.log'"

you can see here http://blog.dccmx.com/2011/08/fql/(chinese) for details.

project hosted here https://github.com/dccmx/fql