home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / shell / 3146 < prev    next >
Encoding:
Text File  |  1992-07-27  |  572 b   |  19 lines

  1. Newsgroups: comp.unix.shell
  2. Path: sparky!uunet!stanford.edu!leland.Stanford.EDU!news
  3. From: peer@ccrma.stanford.edu (Peer Landa)
  4. Subject: Sort problem . .
  5. Message-ID: <1992Jul27.123415.977@leland.Stanford.EDU>
  6. Sender: news@leland.Stanford.EDU (Mr News)
  7. Organization: DSO, Stanford University
  8. Date: Mon, 27 Jul 92 12:34:15 GMT
  9. Lines: 8
  10.  
  11.  
  12. I'm trying to list & sort all my processes by memory use:
  13. alias  pss  ' ps uax | sort -nr +3'
  14. It works fine except for that the "title line" also gets sorted and therefore  
  15. appears at the bottom . . any idea to avoid this ?
  16.  
  17. -- peer
  18.  
  19.