<div dir="ltr">I do this all the time in the Windows world, but essentially what I do is pipe a DIR (or in this case, LS) listing to a text file, open that file up in an editor and make a script out of by throwing in the correct move or copy statements.  I'm sure you can do the same thing in Linux easily enough.<div>
<br></div><div>You might even want to throw a few PAUSE statements (or whatever the Linux equivalent is) in at various points to give yourself an emergency exit if things go wrong.</div><div><br><div><br></div></div></div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On 18 June 2013 11:55, R. Brent Clements <span dir="ltr"><<a href="mailto:rbclemen@gmail.com" target="_blank">rbclemen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">I need to do something dramatically destructive.  I want to take a large directory tree of folders, and collapse them all down to their root folder.  File collisions are irrelevant.  How would you guys do this? (assume for the moment that you would).<br>

</div>
<br>_______________________________________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org">kwlug-disc@kwlug.org</a><br>
<a href="http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" target="_blank">http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org</a><br>
<br></blockquote></div><br></div>