Path: utzoo!utgpu!attcan!uunet!husc6!rutgers!cmcl2!adm!xadmx!DEG41560@ua1vm.ua.edu From: DEG41560@ua1vm.ua.edu (Rob Smith) Newsgroups: comp.unix.questions Subject: simple question about mv Message-ID: <18216@adm.BRL.MIL> Date: 27 Jan 89 15:27:08 GMT Sender: news@adm.BRL.MIL Lines: 14 HI, I know this is simple, but then again, so am I. What if I want to mv a bunch of files with the same suffix to another suffix. The following does not work mv *.flip *.flop what does? I'm under Ultrix 2.2. I'm doing it by hand, but I'd like to be able to do wild card renames, ala DOS. Thanks, Rob.