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