nmh-workers
[Top] [All Lists]

Re: improved mh-chart man page

2021-03-23 07:31:44
david wrote:
Paul wrote:
I believe my script changes are "old shell" compatible, if not
"ancient shell" compatible.  I get the same output if I run it with
either "bash --posix" or "ash".

grep -A is a GNU-ism.  Maybe something like sed -n '/.SH NAME/{n;p;}'
would simplify that whole line?


Thanks.  Much better.  I think I only finally internalized how to
introduce newlines in the output with sed a year or two ago.  If I
master function groups now, maybe there's hope for someday being able
to use the hold space without visiting one of the sed cheat sheet
sites!  (Kind of embarrassing for a guy who first used sed over 40
years ago.)

Are we allowed to use $(...) instead of `...` ?  I hate working around
the deficiencies of `...`.

paul
=----------------------
paul fox, pgf(_at_)foxharp(_dot_)boston(_dot_)ma(_dot_)us (arlington, ma, where 
it's 35.8 degrees)


<Prev in Thread] Current Thread [Next in Thread>