@ -0,0 +1,5 @@
#!/bin/sh
if [ -z $1 ]; then echo "Search requires search string"; exit 1; fi
grep -Irn "$1" .
The note is not visible to the blocked user.