alias:
Kod: Markera allt
alias cgrep 'find . -regex ".*/SCCS" -prune -o -name "*.[ch]" -type f -exec grep \!* {} /dev/null \;'
alias jgrep 'find . -regex ".*/SCCS" -prune -o -name "*.java" -type f -exec grep \!* {} /dev/null \;'
Kod: Markera allt
<arlong-park /home/gasol/dump/WindowMaker-0.92.0/src
> cgrep _XA_WM_WINDOW
./properties.c:extern Atom _XA_WM_WINDOW_ROLE;
./properties.c: if (XGetTextProperty(dpy, window, &txprop, _XA_WM_WINDOW_ROLE)!=Success) {