Re: Command to move groups of files

2005-05-20 Thread Igor Pechtchanski
On Fri, 20 May 2005, Jonathan Arnold wrote: > Igor Pechtchanski wrote: > > On Fri, 20 May 2005, Jonathan Arnold wrote: > > > > > Somone a month or so ago posted a list of little known Cygwin > > > commands, and in that list was a cool command that allowed you > > > to rename a list of files, like

Re: Command to move groups of files

2005-05-20 Thread Andrew Schulman
> Somone a month or so ago posted a list of little known Cygwin > commands, and in that list was a cool command that allowed you > to rename a list of files, like thus: > > cmd First*.* Second*.* > > which would rename all files starting with "First" to be "Second". > I used this command a bit

Re: Command to move groups of files

2005-05-20 Thread Jonathan Arnold
Igor Pechtchanski wrote: On Fri, 20 May 2005, Jonathan Arnold wrote: Somone a month or so ago posted a list of little known Cygwin commands, and in that list was a cool command that allowed you to rename a list of files, like thus: cmd First*.* Second*.* which would rename all files starting with

Re: Command to move groups of files

2005-05-20 Thread Igor Pechtchanski
On Fri, 20 May 2005, Jonathan Arnold wrote: > Somone a month or so ago posted a list of little known Cygwin > commands, and in that list was a cool command that allowed you > to rename a list of files, like thus: > > cmd First*.* Second*.* > > which would rename all files starting with "First" to

Command to move groups of files

2005-05-20 Thread Jonathan Arnold
Somone a month or so ago posted a list of little known Cygwin commands, and in that list was a cool command that allowed you to rename a list of files, like thus: cmd First*.* Second*.* which would rename all files starting with "First" to be "Second". I used this command a bit, and then promptly