Skip to content

ptheoch/bash-rename

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

bash-rename

A Bash implementation of Perl rename.

Description

Bash-rename is a Bash implementation of Perl rename that renames the filenames supplied according to the rule specified as the first argument. Instead of using perl expressions, bash-rename uses standard regular expressions.

Usage

rename.sh [-n] 's/../../' <FILES>

Options

-n : No action: show what files would have been renamed.

License

This program is free software, licensed under GNU GPLv3.

About

A Bash implementation of Perl rename

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages