in reply to Merge pairs of lines
perl -l054p012e'($\,$a)=($a||$\,$b||$/);$b=$\'
:-)
Update:
$ perl -l054p012e'($\,$a)=($a||$\,$b||$/);$b=$\' <<EOT > a > b > c > d > e > f > g > h > EOT a,b c,d e,f g,h
Makeshifts last the longest.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Merge pairs of lines
by sauoq (Abbot) on Jan 31, 2003 at 05:48 UTC | |
by Aristotle (Chancellor) on Jan 31, 2003 at 06:00 UTC |