From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,DKIM_VALID,FORGED_GMAIL_RCVD,FREEMAIL_FROM,HTML_MESSAGE, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 21517 invoked from network); 20 Jul 2021 10:17:52 -0000 Received: from tb-ob0.topicbox.com (64.147.108.117) by inbox.vuxu.org with ESMTPUTF8; 20 Jul 2021 10:17:52 -0000 Received: from tb-mx0.topicbox.com (tb-mx0.nyi.icgroup.com [10.90.30.73]) by tb-ob0.topicbox.com (Postfix) with ESMTP id EC606243B0 for ; Tue, 20 Jul 2021 06:17:50 -0400 (EDT) (envelope-from bounce.mM760f05e7ade2bc65818fe6e1.r522be890-2105-11eb-b15e-8d699134e1fa@9fans.bounce.topicbox.com) Received: by tb-mx0.topicbox.com (Postfix, from userid 1132) id E99602DC9A1E; Tue, 20 Jul 2021 06:17:50 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=9fans.net; h=from:to :message-id:date:mime-version:content-type :content-transfer-encoding:list-help:list-id:list-post :list-subscribe:reply-to:subject:list-unsubscribe; s=dkim-1; bh= 8iHzy1VME10+rFuHBIqmMb/c6H/kyOQfGOmPCUKgmrg=; b=Zx3xlumY4i+arjq8 5OsHYnccgTltN9cDyp6Ut+VKp4ghGeoU9bOSsAebgZ9+1WmgAWrDBKYKmT3KobUT vUqJ5BrCtQgU7dh8MFfdKc0WhOfNhXpBYPBwgQh4apiPGcp1Q5xYtcNC+40o41z/ /GETQjWLtPnYhsGWuK+khGK9QKc= From: revcomninos@gmail.com To: 9fans <9fans@9fans.net> Message-Id: <16267762600.13bFF.2473@composer.9fans.topicbox.com> Date: Tue, 20 Jul 2021 06:17:40 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16267762601.0fCD13.2473" Content-Transfer-Encoding: 7bit Topicbox-Policy-Reasoning: allow: sender is a member Topicbox-Message-UUID: b71ddbc6-e943-11eb-a7f6-916f9134e1fa Archived-At: =?UTF-8?B?PGh0dHBzOi8vOWZhbnMudG9waWNib3guY29tL2dyb3Vwcy85?= =?UTF-8?B?ZmFucy9UZTdmY2RjMDZhNjhiYjc3Ny1NNzYwZjA1ZTdhZGUyYmM2NTgxOGZl?= =?UTF-8?B?NmUxPg==?= List-Help: List-Id: "9fans" <9fans.9fans.net> List-Post: List-Software: Topicbox v0 List-Subscribe: Precedence: list Reply-To: 9fans <9fans@9fans.net> Subject: [9fans] ed regular expressions in sam List-Unsubscribe: , Topicbox-Delivery-ID: 2:9fans:437d30aa-c441-11e9-8a57-d036212d11b0:522be890-2105-11eb-b15e-8d699134e1fa:M760f05e7ade2bc65818fe6e1:1:1GpGZn9ekSfYU0S0iOtyu2UMk4kjWRrSvOMwat7Co0o --16267762601.0fCD13.2473 Date: Tue, 20 Jul 2021 06:17:40 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable In ed it is trivial to edit either side of a line such as changing the line, I use sam and ed to, echo "I use sam and ed." simply with, g/.*/s//echo "&."/ I am trying to figure out how to do the same in sam.=C2=A0 ------------------------------------------ 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Te7fcdc06a68bb777-M760f0= 5e7ade2bc65818fe6e1 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription --16267762601.0fCD13.2473 Date: Tue, 20 Jul 2021 06:17:40 -0400 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
In ed it is trivial to edit either side of a l= ine such as changing the line,

I use sam and ed

to,

echo &= quot;I use sam and ed."

simply= with,

g/.*/s//echo "&."/

I am trying to figure out how to do the same= in sam=


= --16267762601.0fCD13.2473--