Linux Grep - how to show only filenames with matches
Voila!
find . -name \*.php | xargs -n 10000 grep -snH “SOME_SEARCH_TERM”| cut -f1 -d’:’
ø Don’t waste your time reading this blog ø
Voila!
find . -name \*.php | xargs -n 10000 grep -snH “SOME_SEARCH_TERM”| cut -f1 -d’:’
Apparently PPTP does a lot of disk IO… and it can lock up your Linux server. *sigh* Learned the hard way.
To remove these services…
/etc/init.d/pptp stop
/etc/init.d/cron stop
update-rc.d -f pptp remove
update-rc.d -f cron remove
Ah jyeeah..
1) http://forums.bit-tech.net/showthread.php?t=132029 … and if you have problems:
Recent Comments