nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: format and output all received: lines in an e-mail message


From: Ralph Corderoy
Subject: Re: format and output all received: lines in an e-mail message
Date: Sun, 24 Nov 2019 10:34:42 +0000

Hi kre,

>       case "$#" in
>       0)      set -- cur;;
>       esac

If this is bash(1) then

    (($#)) || set cur

also works.  ((...)) is arithmetic evaluation.

-- 
Cheers, Ralph.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]