[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: auto-change filenames



On Tue, Oct 05, 1999 at 03:01:42PM +0000, Brian J. Stults wrote:
> Could someone give me a sample script (perhaps bash or sed) to change a
> group of filenames from their original name to the same name preceeded
> by an exclamation point.  
>

for i in *; do mv $i \!$i; done

-Lex

Attachment: pgpubxiwZA0kx.pgp
Description: PGP signature


Reply to: