This commit is contained in:
Øyvind Jensen 2025-04-27 21:00:35 +02:00
commit b3e5debc5f
11 changed files with 27 additions and 0 deletions

8
zread Executable file
View 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