Do grep -i for entries. - gopher-lawn - The gopher lawn gopher directory project.
 (HTM) git clone git://bitreich.org/gopher-lawn/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/gopher-lawn/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
       ---
 (DIR) commit 67ace43abedc7bcb10b2afe922d007dcc3ecd9d8
 (DIR) parent 58384352307d77576142fadc9b4493b299c3e489
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       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(-)
       ---
 (DIR) 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'