freelanceprogrammers.org Forum Index » Perl
Re: list of files
Joined: 21 Feb 2005
Posts: 8
Re: list of files
http://www.india-seo.com/perl/cookbook/ch09_08.htm
----- Original Message -----
From: pkkjb
To: perl_official@yahoogroups.com
Sent: Friday, March 04, 2005 10:39 PM
Subject: [Perl] list of files
Hi,
Please help me in making a list of files in different
dirs
eg if dir structure is like this and I want to
list files "file*.txt"
dir1/subdir1/subdir2/file1.txt
dir2/subdir1/subdir2/file2.txt
dir3/subdir1/subdir2/foo.txt
so my list should look like:
@files = qw(dir1/subdir1/subdir2/file1.txt
dir2/subdir1/subdir2/file2.txt)
Thanks
Pardeep
Yahoo! Groups Sponsor
ADVERTISEMENT
------------------------------------------------------------------------------
Yahoo! Groups Links
a.. To visit your group on the web, go to:
http://groups.yahoo.com/group/perl_official/
b.. To unsubscribe from this group, send an email to:
perl_official-unsubscribe@yahoogroups.com
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
Joined: 21 Feb 2005
Posts: 7
Re: list of files
U can try with File::Find module
or
system(dir *.txt/s/b)
by
Gopal
pkkjb <pkkjb@...> wrote:
Hi,
Please help me in making a list of files in different
dirs
eg if dir structure is like this and I want to
list files "file*.txt"
dir1/subdir1/subdir2/file1.txt
dir2/subdir1/subdir2/file2.txt
dir3/subdir1/subdir2/foo.txt
so my list should look like:
@files = qw(dir1/subdir1/subdir2/file1.txt
dir2/subdir1/subdir2/file2.txt)
Thanks
Pardeep
Yahoo! Groups SponsorADVERTISEMENT
---------------------------------
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/perl_official/
To unsubscribe from this group, send an email to:
perl_official-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
Celebrate Yahoo!`s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
[Non-text portions of this message have been removed]
Joined: 21 May 2004
Posts: 44
Re: list of files
>>>>> "Krishna" == Krishna R <krish_tamil@...> writes:
Krishna> U can try with File::Find module
Your keyboard is broken? It`s really hard to type "yo" in front of "u"?
Krishna> system(dir *.txt/s/b)
Very broken syntax. {sigh}
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@...> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
Joined: 21 Feb 2005
Posts: 7
Re: list of files
Very good habit, Thanks
Keep it up
This will help u in feature
"Randal L. Schwartz" <merlyn@...> wrote:>>>>> "Krishna" == Krishna R
writes:
Krishna> U can try with File::Find module
Your keyboard is broken? It`s really hard to type "yo" in front of "u"?
Krishna> system(dir *.txt/s/b)
Very broken syntax. {sigh}
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
Yahoo! India Matrimony: Find your life partneronline.
[Non-text portions of this message have been removed]
All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help







