Wednesday, October 15, 2008

xemacs, grep regexp in files

M-x find-grep

then

find /path/to/begin/with -type f -print0 | xargs -0 -e grep -n "my expression"

No comments: