Website Promotion DIRECTORY is a crucial factor for all websites that need to gain better organic search engine rankings and increase website traffic.
Submitting your website as part of your Web Promotion strategy to our SEO friendly and high traffic Business Directory for review is an excellent way to gain a valuable backlink and increase your websites visibility online.
Rename Multiple Files in Bash Using Regular Expressions
Published in: Bash
This small, bash script will loop though the specified files and rename them according to a sed regular expression. In this example, I'm renaming a bunch of .avi movie files.
prename is much simpler, and it is in the perl standard distributio that is installed in almost all unix systems.
to use it: prename 's/find/replace/ files
prename is much simpler, and it is in the perl standard distributio that is installed in almost all unix systems. to use it: prename 's/find/replace/ files
enjoy
A post on rename can be found here : http://unstableme.blogspot.com/2008/09/bash-rename-command-rename-multiple.html Its useful.