Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

use zmv to rename all html files in a root to php



Hi,
>From zsh lovers
http://strcat.neessen.net/zsh/

autoload zmv
zmv '(**/)(*).html' '$1$2.php'

I then use prep.pl (Google 4 it)

to convert all links to .php


-- 
zzapper
Success for Techies and Vim,Zsh tips
http://SuccessTheory.com/



Messages sorted by: Reverse Date, Date, Thread, Author