home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / os2 / misc / 29039 < prev    next >
Encoding:
Text File  |  1992-09-02  |  764 b   |  22 lines

  1. Newsgroups: comp.os.os2.misc
  2. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!pacbell.com!well!shiva
  3. From: shiva@well.sf.ca.us (Kenneth Porter)
  4. Subject: sort fails on 400k file
  5. Message-ID: <Btyw00.HnK@well.sf.ca.us>
  6. Sender: news@well.sf.ca.us
  7. Organization: Whole Earth 'Lectronic Link
  8. Date: Wed, 2 Sep 1992 20:09:36 GMT
  9. Lines: 11
  10.  
  11. I wanted to sort a text file, line length less than 80 chars, total file
  12. size 379438, on the second field, and the 2.0 sort told me that it had
  13. insufficient storage. What's going on?
  14.  
  15. The file is a log file from a multi-threaded program and the second
  16. field is the timestamp.  I wanted to sort by time to unravel the
  17. sequence of operations of each thread.
  18.  
  19. My workaround was to copy the file to a Unix box and use the sort there.
  20.  
  21. Ken
  22.