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
pgpV1HB2FZu2D.pgp
Description: PGP signature