top | item 45568266

(no title)

oguz-ismail | 4 months ago

    find . -name '.*?' -prune -o -name '*.foo' -exec grep bar /dev/null {} +
This is the POSIX way. You'd probably put it in a function in .bashrc

discuss

order