Dave Kitabjian ([EMAIL PROTECTED]) wrote:

: Ah, the truth comes out...

: Now does anyone know how to insert carriage returns under FreeBSD 3.0?

Two simple ways that work anywhere:
|echo "line one"; echo "line two"
|/usr/bin/printf 'line one\nline two\n'

-harold

Reply via email to