Your Ad Here

Posted By

indianocean on 03/17/07


Tagged


Versions (?)

Who likes this?

2 people have marked this snippet as a favorite

basicmagic
Leech


Search for string in files


 / Published in: Bash
 

  1. find . -type f -print -exec grep -n '123*' {} \;

Report this snippet  

You need to login to post a comment.