On Mon, Feb 13, 2012 at 01:44:21AM +0000, ACro wrote: > > > for dir in `find -maxdepth 1 -type d`; do chdir $dir/bak; mv *.yml .. ; > > chdir > > ../..; done > > > Joel, > > try this, HTH: > > for dir in `find -maxdepth 1 -type d`; do chdir $dir/bak; mv *.yml ../..; > done
Thanks, I got something like that to work. Regards, Joel > Kind regards, > Andrew > > > -- > To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org > with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org > Archive: http://lists.debian.org/1329097461.4f386af5d3...@mail.bluebottle.com > -- Joel Roth -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120213060105.GA17464@sprite