![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| grep - search order | prvnrk | Shell Programming and Scripting | 6 | 07-16-2009 03:13 AM |
| how to search -n in a file with grep | lamilami | Shell Programming and Scripting | 2 | 11-28-2007 04:42 PM |
| search whole line using grep | useless79 | Shell Programming and Scripting | 1 | 11-23-2007 05:14 AM |
| search pattern by grep | vijaysabari | Shell Programming and Scripting | 3 | 06-23-2004 03:03 AM |
| grep - speed of search | davirime | UNIX for Dummies Questions & Answers | 1 | 09-25-2002 09:26 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
search using grep
Hi all,
I have a folder with many files. I need to get all the filenames with the value "<f id=audio-time>*:*:*</f>" word. * may be any integer. I used find . -type f -exec grep -H '<f id=audio-time>.:.</f>' {} \; command to get. but i am not able to find the correct values. Any one please help me on this. thanks in advance. Thanks, Ananthi.U |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|