From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200401291552.i0TFqUD03247@zamenhof.cs.utwente.nl> To: 9fans@cse.psu.edu Subject: Re: [9fans] comment out the dot with sam In-reply-to: Your message of "Thu, 29 Jan 2004 15:44:07." <531b09e08f8e40793fc029bc094765e6@mteege.de> References: <531b09e08f8e40793fc029bc094765e6@mteege.de> From: Axel Belinfante Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 29 Jan 2004 16:52:30 +0100 Topicbox-Message-UUID: c5127b46-eacc-11e9-9e20-41e7f4b1d025 In my unix sam it's: s/(.*)/\/* & *\// Axel. > I try to comment out the dot in sam. How do I > express s/(.*)/\/\* $1 \*\// in sam command > language?