The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



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

Reply
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 2 Weeks Ago
ananthi_ku ananthi_ku is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 12
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
  #2 (permalink)  
Old 2 Weeks Ago
aigles's Avatar
aigles aigles is offline Forum Advisor  
Registered User
  
 

Join Date: Apr 2004
Location: Bordeaux, France
Posts: 1,416
Try the following command :
Code:
find . -type f -exec grep -H '<f id=audio-time>[0-9]*:[0-9]*:[0-9]*</f>'
or
Code:
find . -type f | xargs grep -H '<f id=audio-time>[0-9]*:[0-9]*:[0-9]*</f>'
Jean-Pierre.
  #3 (permalink)  
Old 2 Weeks Ago
ananthi_ku ananthi_ku is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 12
Thank u... It worked fine
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 03:27 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0