Sergey Poznyakoff Thu, 14 Jul 2022 02:43:21 -0700
> 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