in reply to join program in one-liner
perl -lne '$a[$.].=$_;$.=0 if eof;END{print for@a}'
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: join program in one-liner
by bmann (Priest) on Aug 19, 2005 at 22:16 UTC | |
by truedfx (Monk) on Aug 28, 2005 at 11:40 UTC |