Re: renaming files



On Fri, 2006-30-06 at 16:48 +0200, Adriano Allora wrote:
hi to all,

does exists a way to rename automatically files?

No.

See:
perldoc -f rename
perldoc -f glob
perldoc File::Find
perldoc File::Copy (and search for "move")

--
__END__

Just my 0.00000002 million dollars worth,
--- Shawn

"For the things we have to learn before we can do them, we learn by doing them."
Aristotle

* Perl tutorials at http://perlmonks.org/?node=Tutorials
* A searchable perldoc is at http://perldoc.perl.org/


.



Relevant Pages

  • Re: Open() and glob EXPR
    ... and perldoc -f open, and perldoc -f glob, but i am unable to make out ... If you had really read the glob perldoc, you would have seen that it ... A pipe lets you pass output from ... Would send anythig you print to FH on along to notepad. ...
    (perl.beginners)
  • Re: Help with DOS file names
    ... perldoc -f opendir/readdir ... perldoc -f glob ... foreach $f (@dirs) { ...
    (comp.lang.perl.misc)
  • Re: Help with DOS file names
    ... perldoc -f opendir/readdir ... perldoc -f glob ... foreach $f (@dirs) { ... utilities aka globor opendir/readdir. ...
    (comp.lang.perl.misc)
  • Re: Windows paths in glob
    ... paths in glob: it doesn't like backslashes, ... One solution to that is to use Unix-style paths: ... perldoc File::DosGlob ...
    (comp.lang.perl.misc)
  • Re: Get list of files.
    ... > I want to get a list of all HTML files in a folder. ... glob EXPR ... perldoc -f opendir ...
    (comp.lang.perl.misc)