I don't know how to write scripts, but I've been trying to figure this out on my own.<br>
<br>
I took an example I had of a temp file deleter and tried to make it work to a file mover.<br>
<br>
The example I was starting with was:<br>
<br>
find -name *.tmp -exec rm -rf {} \;<br>
<br>
And I tried to get it to seek out all my *.ogg files and dump them into a media folder.<br>
<br>
To prevent it from moving files repeatedly, I changed to the directory
I wanted to search and moved it to a different directory on another
mount.<br>
<br>
I can't get it to work though. I thought I could substitute rm -rf with mv /media/oggs but that didn't seem to work.<br>
<br>
Google hasn't found me any good hits, as I'm sure it's too hard of a thing to search for.<br>
<br>
Anyone on here have one already or know what I should do to make mine work?<br>
<br>
Thanks.<br clear="all"><br>-- <br>-=/>Thom