Breaking large file into pieces

Dan Bernstein brnstnd at kramden.acf.nyu.edu
Wed Sep 12 07:10:33 AEST 1990


In article <9466 at jpl-devvax.JPL.NASA.GOV> lwall at jpl-devvax.JPL.NASA.GOV (Larry Wall) writes:
>     echo "$line"

C'mon, Larry. You know that should be echo -n "$line$n" where $n has
been initialized to a newline. Or echo -n "$line"; echo.

---Dan



More information about the Comp.unix.shell mailing list