mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 17:32:43 +00:00
Added my little project to stop ps truncating output to pipes.
This commit is contained in:
parent
16ecbe2b7f
commit
eb8e92bd93
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7078
11
TODO
11
TODO
@ -1,4 +1,4 @@
|
||||
; $Id: TODO,v 1.7 1995/02/22 20:28:07 rgrimes Exp $
|
||||
; $Id: TODO,v 1.8 1995/02/26 02:10:04 phk Exp $
|
||||
|
||||
** To skip this preamble, search forward for the pattern `**'.
|
||||
|
||||
@ -150,3 +150,12 @@ CATS: user
|
||||
GRADE: INTERMEDIATE
|
||||
STATUS: OPEN
|
||||
|
||||
TASKID: 950316001
|
||||
TASK: Make ps use infinite texwidth for redirected output
|
||||
DETAIL: { When you do a ps | grep foo, if foo is long and the screen width is
|
||||
shorter then grep never sees foo because ps truncates its output. It makes
|
||||
more sense for ps to do no truncation at all if its output is redirected. }
|
||||
EMAIL: <paul>
|
||||
CATS: user
|
||||
GRADE: INTERMEDIATE
|
||||
STATUS: OPEN
|
||||
|
Loading…
Reference in New Issue
Block a user