Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ren: Rename multiple files
- Summary
- Whereas mv can rename (as opposed to move) only one file at a time,
ren can rename many files according to search and replacement
patterns, ala VMS and MS-DOS (but better). ren checks for replacement name
collisions and handles rename chains (1 goes to 2 goes to 3 etc.)
gracefully.
Arch: src
Download: | ren-1.0-11.al3.src.rpm |
Build Date: | Fri Oct 27 07:08:29 2006 |
Packager: | Aurora SPARC Linux <http://bugzilla.auroralinux.org> |
Size: | 13 KiB |
Changelog
- * Fri Sep 22 17:00:00 2006 lonely wolf <wolfy{%}pcnet{*}ro> - 1.0-11
- "freshly" included source did not have correct timestamps. Fixed.
- * Fri Sep 22 17:00:00 2006 lonely wolf <wolfy{%}pcnet{*}ro> - 1.0-10
- the included tar.gz file did not match the md5sum from upstrean. recreated the src.rpm with a freshly downloaded one
- * Fri Sep 22 17:00:00 2006 lonely wolf <wolfy{%}pcnet{*}ro> - 1.0-9
- cosmetic fixes