LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 12-14-2009, 04:59 AM   #1
thorn101
LQ Newbie
 
Registered: Nov 2004
Posts: 13

Rep: Reputation: 0
How do I search in a range of directories


Hi,
How can I search in a range of directories in Linux.
I want for example to search for file "z" in all directores starting with letter "a" to directories starting with letter "b" (a*-b*).

Thanks for any help.
 
Old 12-14-2009, 05:07 AM   #2
ghostdog74
Senior Member
 
Registered: Aug 2006
Posts: 2,697
Blog Entries: 5

Rep: Reputation: 244Reputation: 244Reputation: 244
Code:
shopt -s nullglob
for file in [ab]*/z
do 
   echo $file
done
 
Old 12-14-2009, 06:30 AM   #3
thorn101
LQ Newbie
 
Registered: Nov 2004
Posts: 13

Original Poster
Rep: Reputation: 0
Thank you
That did the trick.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How can i search word in directories? Whynot Linux - General 1 08-18-2007 04:35 PM
How do I search OTHER directories in FC6? tnandy Linux - Newbie 9 06-19-2007 08:25 AM
Bash script to search through directories. mcdrr Programming 5 05-11-2007 05:41 PM
Using Grep to search all sub-directories yrraja Solaris / OpenSolaris 2 08-28-2004 03:29 AM
How to reconfigure GCC search directories jsmerritt Linux - Software 0 08-20-2004 10:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 04:44 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration