From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <0dc26e34a72fb811e50d5cafcfd16402@9netics.com> To: 9fans@9fans.net Date: Thu, 17 Jul 2008 15:56:16 -0700 From: Skip Tavakkolian <9nut@9netics.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] sam question Topicbox-Message-UUID: eb16dbb4-ead3-11e9-9d60-3106f5b1d025 related to the earlier discussion, for stripping the \r at the end of lines in windows files, i use: ,x/$/ c// where is a cut&pasted return char (yes, i could use '.' instead, but i'm paranoid.) x doesn't seem to recognize \r as a escape sequence. true?