On Thu, 15 Apr 2004 18:58:10 +0200 H.J.Bathoorn wrote: > On Thursday 15 April 2004 18:20, Job Evers wrote: > > I have the following: > > > > ./x/foo/bar/a/files > > ./y/foo/bar/b/files > > > > I want to combine the directories so that I can have this instead > > > > ./z/foo/bar/a/files > > ./z/foo/bar/b/files > > > > Any idea how I would do this? > > Howe about the "mv" (move) "cp" (copy) and "rename" > commands?.............or the wonderful midnight commander (mc)?:) >
Yeah, I was being a dumbass when I made this post. About five minutes later I realized a mv */foo/bar/* z/foo/bar was all that I needed to do. Argh.
____________________________________________________ Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com Join the Club : http://www.mandrakeclub.com ____________________________________________________
