init
This commit is contained in:
commit
b3e5debc5f
11 changed files with 27 additions and 0 deletions
8
zread
Executable file
8
zread
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
while read neg dim pos
|
||||
do
|
||||
echo "neg: `zgrepc $neg`"
|
||||
echo "dim: `zgrepd $dim`"
|
||||
echo "pos: `zgrepc $pos`"
|
||||
echo ""
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue