On Jan 19, 12:01 pm, [email protected] (C.DeRykus) wrote: > On Jan 18, 9:09 pm, [email protected] (Perl Noob) wrote: > > ... > > perl -ne '$_ .= <>;s/\n//;print' infile > outfile >
Even easier: perl -pe '$_ .= <>; s/\n//' infile > outfile -- Charles DeRykus -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
