advanced code snippet search
mkornatz on 07/27/11
file grep find
08/09/11 11:57pm07/27/11 01:42am
#!/bin/bashfind -type f -printf '"%p"\n' | xargs grep -sl "$@"
Report this snippet Tweet
Comment:
You need to login to post a comment.