Correction:
I wrote:
>
> Try using mcopy and mdel like this:
>
> mcopy a:'*' .
> mdel a:'*' .
This should be:
mdel a:'*'
Sorry, it's Monday and it sure feels like it...
// Heikki
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] .
Try using mcopy and mdel like this:
mcopy a:'*' .
mdel a:'*' .
It looks like mtools need both the source and destination, a simple
"mcopy a:" is not enough. The single quotes let * pass all the way to
mtools programs which then do the file name expansion.
Johnny Stevenson wrote:
>
> Hello,
>
>
2 matches
Mail list logo