| Name | ren-tolower |
| Version | 1.1 |
| Updated | 2003/03/16 22:54:42 |
| RCS | ren-tolower,v 1.1 2003/03/16 22:54:42 forman Exp forman |
| Rating |
|
| Category | File manipulation |
| Description |
ren-tolower renames files to all lowercase characters. |
Download |
ren-tolower
|
|
|
|
|
forman:1> ls DOSSUCKS.JPG STOPBILL.JPG forman:2> ren-tolower *JPG forman:3> ls dossucks.jpg stopbill.jpg |
|
REN-TOLOWER(1) User Contributed Perl Documentation REN-TOLOWER(1)
NAME
ren-tolower - description
SYNOPSIS
ren-tolower [ -a ] [ file ... ]
DESCRIPTION
ren-tolower renames files to all lowercase characters.
OPTIONS
-h --help
Prints this information.
EXAMPLE
ren-tolower -a file
BUGS
None.
SEE ALSO
ren-tolower
AUTHOR AND COPYRIGHT
Michael Forman http://www.Michael-Forman.com
Copyright (C) 2001, 2002 Michael Forman. All rights reserved.
This program is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.
Please see the Perl Artistic License.
VERSION
Current Revision: $Revision: 1.1 $
Last Modification: $Date: 2003/03/16 22:54:42 $
perl v5.8.1 2004-03-16 REN-TOLOWER(1)
|
|
|