*nix: looking for something in the log with recursive grep

grep -iR "drop table ABC" *
find . -exec grep -i "drop table ABC" {} \; -print

No comments:

Post a Comment