<p dir="ltr">The one command to search for by directory names that can be piped. </p>
<p dir="ltr">find /path -name 'SPAM' -type d | xargs <commands></p>
<div class="gmail_quote">On Mar 21, 2015 12:33 PM, "Ryan Coleman" <<a href="mailto:ryan.coleman@cwis.biz">ryan.coleman@cwis.biz</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I’m having a complete brain fart today… I cannot come up with how to pull this off for some reason - and my google-fu is weak right now, to boot.<br>
<br>
I need to turn a directory search (folder only, no files) and then take ones that have “.SPAM.” in the path and pipe that into a command…<br>
<br>
So this:<br>
>       /var/mail/vhosts/domain.ltd/<a href="http://user.name/.SPAM.New" target="_blank">user.name/.SPAM.New</a><br>
<br>
<br>
Needs to become this:<br>
>       /usr/bin/sa-learn --progress --spam /var/mail/vhosts/domain.ltd/<a href="http://user.name/.SPAM.New/*" target="_blank">user.name/.SPAM.New/*</a><br>
>       /bin/mv /var/mail/vhosts/domain.ltd/<a href="http://user.name/.SPAM.New/cur/*" target="_blank">user.name/.SPAM.New/cur/*</a> /var/mail/vhosts/domain.ltd/<a href="http://user.name/.SPAM.Scanned/cur/*" target="_blank">user.name/.SPAM.Scanned/cur/*</a><br>
<br>
And I’d like to have it in a bash or sh script that I can put into CRON.<br>
Additional want: Change emails to read status. I realize that’s another step for the files involved and it could easily be skipped.<br>
<br>
Thanks!<br>
<br>
—<br>
Ryan<br>
_______________________________________________<br>
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>
<a href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a><br>
<a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list" target="_blank">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a><br>
</blockquote></div>