mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
no /fd/2
This commit is contained in:
parent
2ff29ba87a
commit
45cb54e8a6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
*=`{echo $*|tr A-Z a-z|tr -dc 'a-z0-9_ \012'} # fold case, delete funny chars
|
||||||
if(~ $#* 0){
|
if(~ $#* 0){
|
||||||
echo Usage: lookman key ... >/fd/2
|
echo usage: lookman key ... >[1=2]
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
look $1 $index|sed 's/.* //'|sort -u >$t1
|
look $1 $index|sed 's/.* //'|sort -u >$t1
|
||||||
|
|
Loading…
Reference in a new issue