diff options
author | paul <paul@FreeBSD.org> | 1995-03-16 05:07:09 +0000 |
---|---|---|
committer | paul <paul@FreeBSD.org> | 1995-03-16 05:07:09 +0000 |
commit | dad6e0d5c29067e1310dbebc12aa98a91c296162 (patch) | |
tree | 415da83d976e8699c614a61e57bcfcf15d9f2079 /TODO | |
parent | f6aa7e24dedaf371802202e0b939ffa4a99e1289 (diff) | |
download | FreeBSD-src-dad6e0d5c29067e1310dbebc12aa98a91c296162.zip FreeBSD-src-dad6e0d5c29067e1310dbebc12aa98a91c296162.tar.gz |
Added my little project to stop ps truncating output to pipes.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 |