home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / msdos / programm / 9241 < prev    next >
Encoding:
Text File  |  1992-09-10  |  952 b   |  27 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!tamsun.tamu.edu!tpradeep
  3. From: tpradeep@cs.tamu.edu (Pradeep K Tapadiya)
  4. Subject: Is there any command line database handling utility?
  5. Message-ID: <1992Sep10.190254.13545@tamsun.tamu.edu>
  6. Sender: news@tamsun.tamu.edu (Read News)
  7. Organization: Computer Science Department, Texas A&M University
  8. Date: Thu, 10 Sep 1992 19:02:54 GMT
  9. Lines: 16
  10.  
  11.  
  12. Howdy netters,
  13.  
  14. I have a file having just a few lines. Some of the lines are
  15. identical. I wish to produce an output containing only the
  16. unique lines. I probably can write a small program to achieve this.
  17. Better still, since this is a small file, I can just edit the
  18. file and remove duplicate lines. What I am wondering is if
  19. there is any PD utility out there which will let me do simple
  20. DB operations on the command line. For ex., the dos command "sort" can
  21. sort these lines but cannot remove duplicate lines.
  22.  
  23. Thank you.
  24.  
  25. Pradeep
  26.  
  27.