From 2e3635b5ffb90291b232866a980118acf2dfd8b6 Mon Sep 17 00:00:00 2001 From: Paul Richards Date: Sun, 23 Apr 1995 21:34:23 +0000 Subject: [PATCH] Removed the ps through a pipe project since we decided this was the wrong thing to do and people keep volunteering to do it :-) --- TODO | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/TODO b/TODO index 8fba5d53ac3f..6ffde49d9af9 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -; $Id: TODO,v 1.10 1995/03/17 19:28:59 joerg Exp $ +; $Id: TODO,v 1.11 1995/04/05 13:16:30 jkh Exp $ ** To skip this preamble, search forward for the pattern `**'. @@ -150,16 +150,6 @@ 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: -CATS: user -GRADE: INTERMEDIATE -STATUS: OPEN - TASKID: 95031701 TASK: Implement a file system debugger (fsdb) DETAIL: { Traditionally, there has been a fsdb(8) program in Unix.