Tuesday 13 April 2010

Find files with string in current directory

Find files with string in current directory:

find . -follow -name "*" -exec grep -i eng.wysdm.com {} \; -print

No comments:

Post a Comment

Word Press Multisite on AWS instance cannot login with default password

  Word Press Multisite on AWS instance cannot login with default password after setting a static IP ? Try this Login to the shell from AWS i...