Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Dec 1995 19:38:59 -0800 (PST)
From:      Peter Wemm <peter>
To:        cvs-bin, CVS-committers
Subject:   cvs commit: src/bin/ps ps.1 ps.c
Message-ID:  <199512260338.TAA14986@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       95/12/25 19:38:58

  Modified:    bin/ps    ps.1 ps.c
  Log:
  Implement a new option to ps..  `-U username'.  This allows you to
  list the processes belonging to a particular user without having to use
  `-u' and grepping for the username.  Basically you can now get a short
  `ps -x' like list (with more space for the command) for other users.
  
  Revision  Changes    Path
  1.5       +5 -1      src/bin/ps/ps.1
  1.10      +14 -3     src/bin/ps/ps.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512260338.TAA14986>