printf format

T. William Wells bill at twwells.com
Fri Dec 29 22:03:41 AEST 1989


In article <11443 at dasys1.UUCP> jpr at dasys1.UUCP (Jean-Pierre Radley) writes:
: I noted, along the way, that a sed script allows ONE commented line at the
: outset.

try:

	sed -e cmd1 -e cmd2 ....

or:

	sed 'cmd1
	     cmd2'

---
Bill                    { uunet | novavax | ankh | sunvice } !twwells!bill
bill at twwells.com



More information about the Comp.lang.c mailing list