for id in \`find . -mtime +10 -name qf\\\* \| sed 's/\^....//'\`; do
mv qf\${id} /var/tmp/scott-20120104/ ;
mv df\${id} /var/tmp/scott-20120104/ ;
done
Sendmail: Remove Queued Messages
Posted on in system_administration
Posted on in system_administration
for id in \`find . -mtime +10 -name qf\\\* \| sed 's/\^....//'\`; do
mv qf\${id} /var/tmp/scott-20120104/ ;
mv df\${id} /var/tmp/scott-20120104/ ;
done
Posted on in System Administration
Posted on in System Administration
Previously, I mentioned that I was unable to remove the FAX=
portion of the string produced by Cisco's $s$
(or $d$
) macro in a T.37 store and forward fax configuration. That's still the case. I have found no way of doing this inside IOS. If it's possible, I've …
Posted on in System Administration