The UNIX and Linux Forums  


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
how to find a file named vijay in a directory using find command amirthraj_12 UNIX for Dummies Questions & Answers 6 10-25-2008 01:37 PM
Can I know find syntax to find given date files bache_gowda Shell Programming and Scripting 3 03-26-2008 06:37 AM
Little bit weired : Find files in UNIX w/o using find or where command jatin.jain Shell Programming and Scripting 10 09-19-2007 07:47 AM
Find files older than 20 days & not use find halo98 Shell Programming and Scripting 2 05-18-2006 03:19 PM
command find returned bash: /usr/bin/find: Argument list too long yacsil Shell Programming and Scripting 1 12-15-2003 06:38 PM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 03-13-2008
arp@g7 arp@g7 is offline
Registered User
  
 

Join Date: Feb 2008
Posts: 8
Smile Need help on find

Hi folks,

I need help to find the files which has extensions like .txt, .job, and .tcl...etc at the single shot.... actually i have used

find . -name '*.txt' ----- to do this,
If i need to get .job files, again i need to use this with pattern *.job.....

But i don't want to use again and again with the different pattern....
I need to get all those files at the same time...

Is there any single command to do this....?


Wating for your reply ASAP....
Arp@g7
  #2 (permalink)  
Old 03-13-2008
quintet quintet is offline
Registered User
  
 

Join Date: Jun 2006
Posts: 95
Quote:
Originally Posted by arp@g7 View Post
Hi folks,

I need help to find the files which has extensions like .txt, .job, and .tcl...etc at the single shot.... actually i have used

find . -name '*.txt' ----- to do this,
If i need to get .job files, again i need to use this with pattern *.job.....

But i don't want to use again and again with the different pattern....
I need to get all those files at the same time...

Is there any single command to do this....?


Wating for your reply ASAP....
Arp@g7

find . -name '*.txt' -o -name '*.job' -o -name '*.tcl'
  #3 (permalink)  
Old 03-13-2008
ShawnMilo ShawnMilo is offline
Registered User
  
 

Join Date: Jun 2006
Posts: 252
find -E . -regex '.*\.(txt|job|tcl)'
  #4 (permalink)  
Old 03-15-2008
arp@g7 arp@g7 is offline
Registered User
  
 

Join Date: Feb 2008
Posts: 8
Question

Thanks Quintet....

But now, when i try to use this.. i am facing one problem
i.e. Find stops searching when it finds some file which has got no permission ...

ERROR looks like this..

find: cannot read dir /auto/DEVELOPMENT_USERS/tests/Infra/: Permission denied

But i have to collect all files from this directory except files which don't have permission.....

How to make find to continue its job.... So is there any solution.?
Pls respond..
  #5 (permalink)  
Old 03-16-2008
dusriniv dusriniv is offline
Registered User
  
 

Join Date: Jan 2008
Posts: 2
try adding 2>/dev/null at the end of the command to avoid all these unwanted outputs. Hope this helps.
  #6 (permalink)  
Old 03-17-2008
arp@g7 arp@g7 is offline
Registered User
  
 

Join Date: Feb 2008
Posts: 8
Question

Hi Dusriniv...
I did not get your reply...
Pls Can you bit clear....


thanks
arp@g7
Closed Thread

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 08:37 PM.


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