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 [email protected] > with a subject of "unsubscribe". Trouble? Contact [email protected] > Archive: http://lists.debian.org/[email protected] > -- Joel Roth -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/20120213060105.GA17464@sprite

