Introduction
Statistics
Contact
Development
Disclaimer
Help
sdf.org home page
#!/usr/pkg/bin/bash
set -- "$QUERY_STRING"
while read -r
do
echo i"${REPLY: 3}"
done < <(grep -rn "${*}" ..)