Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A command to change a set of files' extension' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A command to change a set of files' extension
Authored by: wgscott on Mar 14, '05 10:07:19AM
I apologize for the formatting. There are three commands, the first two can be put into a zsh startup file: autoload -U zmv
alias mmv="noglob zmv -W"
mmv *.txt *.newsuffix


[ Reply to This | # ]