Re: renaming files



"Mr. Shawn H. Corey" schreef:
Adriano Allora:

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")

And of course: IO::All.
http://search.cpan.org/search?module=IO::All

--
Affijn, Ruud

"Gewoon is een tijger."


.



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: Regexp help please
    ... No, see `perldoc perlsub`. ... "Gewoon is een tijger." ...
    (perl.beginners)
  • Re: Generate random list
    ... perldoc -q random ... (the text about shuffle) ... "Gewoon is een tijger." ...
    (perl.beginners)
  • Re: Escaping a plus sign
    ... perldoc -f quotemeta ... "Gewoon is een tijger." ...
    (perl.beginners)
  • Re: Help with DOS file names
    ... perldoc -f opendir/readdir ... perldoc -f glob ... foreach $f (@dirs) { ...
    (comp.lang.perl.misc)