home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / bit / listserv / ibmmain / 2363 < prev    next >
Encoding:
Internet Message Format  |  1992-10-13  |  1.1 KB

  1. Path: sparky!uunet!stanford.edu!lll-winken!news.larc.nasa.gov!darwin.sura.net!paladin.american.edu!auvm!CUNYVM.BITNET!BIGCU
  2. From: BIGCU@CUNYVM.BITNET (Bill Gruber)
  3. Newsgroups: bit.listserv.ibm-main
  4. Subject: Re: moving all texts in xedit file one space to the right
  5. Message-ID: <IBM-MAIN%92101316311507@RICEVM1.RICE.EDU>
  6. Date: 13 Oct 92 21:25:00 GMT
  7. Sender: IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  8. Lines: 16
  9. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  10. In-Reply-To:  Message of Tue,
  11.               13 Oct 1992 18:13:50 GMT from <MCMASTER@LSTC2VM.STORTEK.COM>
  12.  
  13. Don Tang <V1426G@TEMPLEVM.BITNET> writes:
  14. >
  15. >I am trying to find if there is any command that enable to move all texts
  16. >of each line one space to the right in an xedit file? It takes too much
  17. >time if I do it line by line in a long file.
  18.  
  19. This was followed by a few replies showing various ways to do it.  There are
  20. probably a whole bunch more too... if any one is collecting XEDIT trivia, here
  21. are a couple more ways:
  22.  
  23. C// /* 1        (change the first occurance of "nothing" to a blank)
  24.  
  25. or...
  26.  
  27. CINSERT <blank>
  28. REPEAT *
  29.