tno /fd/2 - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 45cb54e8a6b6eb4d5308d5404960e7be40b760c1
(DIR) parent 2ff29ba87ae1077623d4aa93c52020ab379795b2
(HTM) Author: rsc <devnull@localhost>
Date: Thu, 6 Apr 2006 15:58:01 +0000
no /fd/2
Diffstat:
M bin/lookman | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/bin/lookman b/bin/lookman
t@@ -13,7 +13,7 @@ fn sigexit sigint sighup sigterm{
}
*=`{echo $*|tr A-Z a-z|tr -dc 'a-z0-9_ \012'} # fold case, delete funny chars
if(~ $#* 0){
- echo Usage: lookman key ... >/fd/2
+ echo usage: lookman key ... >[1=2]
exit 1
}
look $1 $index|sed 's/.* //'|sort -u >$t1