Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
use zmv to rename all html files in a root to php
- X-seq: zsh-users 9382
- From: zzapper <david@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: use zmv to rename all html files in a root to php
- Date: Sun, 04 Sep 2005 14:18:12 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Sender: news <news@xxxxxxxxxxxxx>
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