home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / mod.std.unix.v9 / text0019.txt < prev    next >
Encoding:
Internet Message Format  |  1987-06-30  |  1.1 KB

  1. From: colonel@sunybcs.UUCP (Col. G. L. Sicherman)
  2. Date: 12 Jan 87 15:18:10 GMT
  3. Organization: Jack of Clubs Precision Instruments
  4.  
  5. > From: hoptoad!gnu@lll-crg.arpa (John Gilmore)
  6. > Date: Sat, 27 Dec 86 02:57:15 PST
  7. > ... Tail should be in the mandatory set of commands.
  8.  
  9. I know that tail is in BSD.  Is it a Berkeley product?  There's one thing
  10. about it I don't like.  When you type "tail +10c" you get all characters
  11. starting with the tenth.
  12.  
  13. Now, that's un-Unixican.  Characters start at 0, and perhaps blocks and
  14. lines should too.  As it is, if I want a shell command or expression
  15. in the argument, I usually have to add 1 to it to make it work.
  16.  
  17. I'd like to see a program that does what tail does, except that if
  18. you say "tail +n" it skips the first n units.  You could call it
  19. something else--maybe "trail."  And how about a "head" with the same
  20. syntax as tail/trail?  ("head xx file; tail xx file" = "cat file")
  21. -- 
  22. Col. G. L. Sicherman
  23. UU: ...{rocksvax|decvax}!sunybcs!colonel
  24. CS: colonel@buffalo-cs
  25. BI: colonel@sunybcs, csdsiche@ubvms
  26.  
  27. Volume-Number: Volume 9, Number 20
  28.  
  29.