home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / programm / 3201 < prev    next >
Encoding:
Text File  |  1992-11-21  |  1.2 KB  |  32 lines

  1. Newsgroups: comp.programming
  2. Path: sparky!uunet!cs.utexas.edu!torn!nott!netfs!ncs.dnd.ca!greent
  3. From: greent@ncs.dnd.ca (Tim Green)
  4. Subject: Re: Need a text manipulation tool / programming language.
  5. Message-ID: <1992Nov22.102924.28120@netfs.dnd.ca>
  6. Sender: news@netfs.dnd.ca (NEWS)
  7. Nntp-Posting-Host: ncs.dnd.ca
  8. Organization: DND, Ottawa, CANADA
  9. References: <1992Nov21.235606.1497@leland.Stanford.EDU>
  10. Date: Sun, 22 Nov 1992 10:29:24 GMT
  11. Lines: 19
  12.  
  13. In article <1992Nov21.235606.1497@leland.Stanford.EDU> felciano@summit.stanford.edu (Ramon M. Felciano) writes:
  14. >
  15. >I'm looking for a tool or programming language designed for the
  16. >manipulation of text files. I've got a number of similarly formatted
  17. >files that I want parsed into my program. Before I can do that,
  18. >however, I need to "massage" these files into the same format. I tried
  19. >writting a tool to do this, but the result starting looking more and
  20. >more like a language syntax parser (aagh!)
  21. >
  22. >Are there any tools (Mac, Unix, or other) that do something like this?
  23. >I guess I'm sort of looking for a glorified grep with language
  24. >constructs (e.g. if-thens).
  25. >
  26.  
  27. Use "awk".  This is a standard utility on most Unix systems and there
  28. are version available for MS-DOS at least.
  29.                         --TCG (:
  30.  
  31.  
  32.