Displaying 1 result from an estimated 1 matches for "messageidn".
Did you mean:
messageid
2005 Feb 08
6
help with xargs and mv
...re information.
There is obviously something about xargs that I do not understand.
In my imagination I see this xargs construction expanding to this:
mv /var/spool/mqueue/*messageid1 /var/spool/mqueue/offline
mv /var/spool/mqueue/*messageid2 /var/spool/mqueue/offline
.
.
.
mv /var/spool/mqueue/*messageidn /var/spool/mqueue/offline
so that the qf and df files for each message are moved into the
subdirectory offline. But this is obviously incorrect. Can anyone
here point out to me what my misunderstanding is and how to get
this to work? If this is not the forum for this kind of question
then c...