sed question

Peter da Silva peter at graffiti.UUCP
Thu Oct 3 04:49:22 AEST 1985


> 	$ sed -e '
> 	> one or more lines
> 	> of script including
> 	> appends and inserts' file1 > file2

Or else:

% sed '\
? one or more lines\
? of script including\
? appends an inserts' file1 > file2

But be careful to double-backslash the appends and inserts.

Oh, for a good public-domain shell with shell functions!



More information about the Comp.unix mailing list