> dd if=nl.mbox of=nonl.mbox bs=$((bs - 1)) count=1
> 
> stderr:
> dd: bs must be between 1 and 9223372036854775807

which means that your shell is unable to perform arithmetic expansion.

Regards,
Sergey

Reply via email to