Preserved Topic: What, you think files grow on Directory Trees? (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 07-16-2002 17:12
ok, I've got a bunch of file strewn across a directory and several subdirectories and I want to use Perl (not CGI- offline stuff) to locate each file and run some regexp's on the contents of each file. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 07-16-2002 18:04
Just did this actually code: #!/path/to/perl -w
|
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 07-16-2002 23:19
Ha! look what I did... now to do something useful.. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 07-17-2002 04:34
This is what I just did. I needed to wrap up a large chunk of a website and redo all the paths to one's relative to a new server code: #!/usr/bin/perl -w
|
Bipolar (III) Inmate From: Michigan |
posted 07-18-2002 01:00
omg bit... comments?... you should DIE now! hehehe ;-) |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 07-18-2002 07:12
Oh I commented it for Petskull |