Hey all, I've written a tool called stest ("stream test"), which given a list of files on stdin can filter them by their properties, so "ls | stest -fwx" yields all writeable and executable regular files in the current directory. I find it really useful being able to do mass tests quickly, sort of like find, but less bad.
I wrote this for dmenu, but I'm not sure whether it's worth replacing lsx, so I won't, for now at least. You can find it in the dmenu stest branch, anyway [1]. [1]: http://hg.suckless.org/dmenu/file/stest Thanks, cls