Skip to content
Prev 53 / 63421 Next

R-alpha: The list of *open* tasks

Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> writes:
Apropos bug logs. It's getting a bit boring to wade through all of the
bugs in the TASKS file that have already been fixed. Here's a little
something I cooked up earlier today: 

---------------------------cut------
#!/bin/sh
awk '
/^TASK/                         {task = $0}
/^STATUS/ && $2~/[Oo]pen/       {print task; doprint=1}
doprint 
/^-------/                      {doprint=0}' TASKS
---------------------------cut------

Put into (say) list-open-tasks in the $RHOME and chmod +x. Execute
from $RHOME.