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.