Do grep -i for entries. - gopher-lawn - The gopher lawn gopher directory projec… | |
git clone git://bitreich.org/gopher-lawn/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhf… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 67ace43abedc7bcb10b2afe922d007dcc3ecd9d8 | |
parent 58384352307d77576142fadc9b4493b299c3e489 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Sun, 10 May 2020 18:42:51 +0200 | |
Do grep -i for entries. | |
There is no I in US! | |
Diffstat: | |
M search.sh | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/search.sh b/search.sh | |
@@ -16,7 +16,7 @@ do | |
| grep '^\[' | |
done \ | |
| grep -v '^\[1|<< back|/lawn|server|port\]$' \ | |
-| grep "${X_GOPHER_SEARCH}" \ | |
+| grep -i "${X_GOPHER_SEARCH}" \ | |
| sed 's~^\[~\n&~' \ | |
| tr '\t' '\n' | |