tshow only interesting log entries - plan9port - [fork] Plan 9 from user space | |
git clone git://src.adamsgaard.dk/plan9port | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit e9c179035440d0c16b39b5aeaa3e4aa3fd49d6d5 | |
parent a331ac4c61d14ab837908b0adfdce0aeaa692981 | |
Author: rsc | |
Date: Wed, 19 Jan 2005 17:04:56 +0000 show only interesting log entries Diffstat: A dist/isum | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) --- | |
diff --git a/dist/isum b/dist/isum | |
t@@ -0,0 +1,3 @@ +#!/bin/sh + +egrep -v '^(\+ )?(9a|9c|9l|9ar|install|cp|cd|rm|mv|mk|9 yacc|9 lex|for i|do|done)|^[ ]+(\(cd|mk)|^[ar] -|up to date|nothing to see here|assuming it will be an archive|conflicts:|nodes\(%e\)|packed transitions|Add these|PLAN9=|PATH=|^[ ]*$|^SYSNAME=|^OBJTYPE=|^sh |^cmp |^\./o\.rgb|^rc \./manweb' $PLAN9/install.log |