From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <002001c2e2e3$d0f0f0e0$2a8be793@gli.cas.cz> From: "peter a. cejchan" To: <9fans@cse.psu.edu> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001D_01C2E2EC.32A79D40" Subject: [9fans] Re: \n\n\n to \n\n Date: Wed, 5 Mar 2003 07:52:40 +0100 Topicbox-Message-UUID: 795b8270-eacb-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. ------=_NextPart_000_001D_01C2E2EC.32A79D40 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable > however, sed doesn't like long lines=20 > you could do it in sam: s/\n\n\n/\n\n/g finally, i did it using acme's Edit. Thanks! I just wonder why Edit is a built-in... I would prefer piping to = (streamed) sam... wouldn't that be a cleaner solution? One of the things I love on = unix/plan 9 is their modularity, thus, why to have a standalone webbrowser when there is acme + hget + gif = (page), likewise with mail, and why to have a built-in Edit when there is acme + sed (ssam, awk, = perl....)? Or am I missing something? Thanks, ++pac ------=_NextPart_000_001D_01C2E2EC.32A79D40 Content-Type: text/html; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable
> however, sed doesn't = like long=20 lines
> you could do it in sam: = s/\n\n\n/\n\n/g


finally, i=20 did it using acme's Edit. Thanks!
 
 
I just wonder why Edit is a built-in... I would = prefer=20 piping to (streamed) sam...
wouldn't that be a cleaner solution? One of the = things I=20 love on unix/plan 9 is their modularity, thus,
why to have a standalone webbrowser when there = is acme +=20 hget + gif (page),
likewise with mail,
and why to have a built-in Edit when there is = acme + sed=20 (ssam, awk, perl....)?
Or am I missing something?
 
Thanks,
++pac
 
------=_NextPart_000_001D_01C2E2EC.32A79D40--