home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / question / 10164 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  1.0 KB

  1. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!uakari.primate.wisc.edu!daffodil!wyvern!asoper
  2. From: asoper@wyvern.twuug.com (Aubrey Soper)
  3. Newsgroups: comp.unix.questions
  4. Subject: Re: vi (cut and paste)
  5. Keywords: vi
  6. Message-ID: <1992Aug18.203441.20582@wyvern.twuug.com>
  7. Date: 18 Aug 92 20:34:41 GMT
  8. References: <3815@keele.keele.ac.uk>
  9. Organization: Tidewater UNIX Users Group
  10. Lines: 28
  11.  
  12. phd85@seq1.keele.ac.uk (D.H. Holden) writes:
  13.  
  14.  
  15. > hi, 
  16. >    Does anyone know how you cut a range of text to one
  17. >   
  18. >    of the named buffers, where the range does not cover
  19. >   an integer number of lines, i.e., 
  20.  
  21. >  How do i cut from here > text  text text ..........
  22.  
  23. >  ............... n number of lines .....
  24.  
  25. > ...... to here <  into the named buffer "a for example?
  26.  
  27. >    Cheers,
  28.  
  29. >              Dave.
  30.  
  31. "ad/<
  32.  
  33. should do it.  You can also mark the end and delete to
  34. that mark.  I'd recommend that you get a book on vi, such
  35. as UNIX Text Processing by Hayden Books.  With only the
  36. UNIX docs, you'll probably wind up hating vi...
  37.  
  38. aubrey soper
  39.