home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / utils / bug / 2094 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.6 KB  |  56 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!cis.ohio-state.edu!wrc.xerox.COM!leisner
  3. From: leisner@wrc.xerox.COM ( Marty Leisner)
  4. Subject: Difference in sort
  5. Message-ID: <1992Nov20.151359.22899@spectrum.xerox.com>
  6. Sender: gnulists@ai.mit.edu
  7. Reply-To: leisner@eso.mc.xerox.com
  8. Organization: Xerox
  9. Distribution: gnu
  10. Date: Fri, 20 Nov 1992 15:13:59 GMT
  11. Approved: bug-gnu-utils@prep.ai.mit.edu
  12. Lines: 42
  13.  
  14. I'm running sort (from textutils version 1.3) on SunOS Sparcs 4.1.2...
  15.  
  16. The options are very different then the one on the sun...I don't have
  17. a posix spec around...most of the time the GNU utilities are
  18. better...
  19.  
  20. >From the sun:
  21. NAME
  22.        sort - sort and collate lines
  23.  
  24. SYNOPSIS
  25.        sort  [  -bdfiMnr  ]  [ -tc ] [ sort-field ...] [ -cmu ] [
  26.        -o[ ]output-file ] [ -T directory ]
  27.         [ -y kmem ] [ -z recsz ] filename...
  28.  
  29. SYSTEM V SYNOPSIS
  30.        /usr/5bin/sort [ -bdfiMnr ] [ -tc ] [  sort-field  ...]  [
  31.        -cmu ] [ -o[ ]output-file ] [ -T directory ] [ -y kmem ] [
  32.        -z recsz ] filename...
  33.  
  34. >From gnu:
  35. NAME
  36.        sort - sort lines of text files
  37.  
  38. SYNOPSIS
  39.        sort  [-cmus]  [-t  separator] [-o output-file] [-bdfiMnr]
  40.        [+POS1 [-POS2]] [-k POS1[,POS2]] [file...]
  41.  
  42. This is a problem because I'm running indxbib and it returns:
  43. cognized option `-T'
  44. Usage: sort [-cmus] [-t separator] [-o output-file] [-bdfiMnr] [+POS1 [-POS2]]
  45.        [-k POS1[,POS2]] [file...]
  46.  
  47. (I got around this by putting /usr/bin in front of my path)
  48.  
  49. What does posix say?
  50.  
  51. --
  52. marty
  53. leisner.henr801c@xerox.com  leisner@eso.mc.xerox.com
  54. Member of the League for Programming Freedom
  55.  
  56.