Path: utzoo!attcan!uunet!mfci!hill From: hill@mfci.UUCP (Shannon Hill) Newsgroups: comp.sys.apollo Subject: Re: Tab Characters Message-ID: <431@m3.mfci.UUCP> Date: 11 Jun 88 15:04:31 GMT References: <8806101224.AA00076@scrolls.wharton.upenn.edu> Sender: root@mfci.UUCP Reply-To: hill@mfci.UUCP (Shannon Hill) Organization: Multiflow Computer Inc., Branford Ct. 06405 Lines: 25 In article <8806101224.AA00076@scrolls.wharton.upenn.edu> shull@SCROLLS.WHARTON.UPENN.EDU (Christopher E. Shull) writes: |Don't forget to double/nest the @-sign quotations in the KD command: | | kd ^F4 es '`';al;s/`/@@@t/;ar; ke | |If you don't do this, the command just inserts 't'. | |-Chris | |Christopher E. Shull |Decision Sciences Department |The Wharton School shull@wharton.upenn.edu |University of Pennsylvania shull@scrolls.wharton.upenn.edu |Philadelphia, PA 19104-6366 215/898-5930 |--------------------------------------------------------------------------- |"Damn the torpedoes! Full speed ahead!" Admiral Farragut, USN, 1801-1870 |--------------------------------------------------------------------------- Additionally, I'd use "so/" instead of "s/", do that all the subsequent ` characters on the line don't get changed to tabs! kd ^F4 es '`';al;so/`/@@@t/;ar; ke Shannon Hill (hill@multiflow.com)