> 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 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