![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Search a string and append text after the string | kesu2k | Shell Programming and Scripting | 8 | 07-18-2008 04:35 PM |
| search text string | itik | AIX | 2 | 01-28-2008 04:01 PM |
| Perl: Search for string on line then search and replace text | Crypto | Shell Programming and Scripting | 4 | 01-04-2008 07:24 AM |
| appending string to text file based on search string | malaymaru | Shell Programming and Scripting | 1 | 06-09-2006 05:53 AM |
| How do I search my dot files for suspicious text? | noobie_doo | UNIX for Dummies Questions & Answers | 1 | 02-14-2002 07:06 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
String Search within Text Files
I have many scripts in directories and sub-directories that I would like to search for a specific string. How would I do that?
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Code:
$ grep yourstring * |
||||
| Google The UNIX and Linux Forums |