Linux Search For String In Files
Open terminal
CD in to the directory that you wish to search.
grep -Rils ‘hello world’ *
OR try this:
|find . -type f -exec grep -iH ‘puttexthere’ {} \;|
Mark Hambley Web Design & Development
Open terminal
CD in to the directory that you wish to search.
grep -Rils ‘hello world’ *
OR try this:
|find . -type f -exec grep -iH ‘puttexthere’ {} \;|
Must be logged in as root. See here
/opt/lampp/lampp start
/opt/lampp/lampp stop
In termial:
sudo -s
kill $(pgrep firefox)