Welcome to the ``tip of the week'', a pithy kickshaw provided weekly. Anyone can submit a tip for this file, which is in /usr/local/totw. Past tips of the week are found in /depot/documentation/tips/. This weeks tip: did you know about the ``fast find'' feature? If you want to find a file on the system you know you saw somewhere (but can't remember now), type find filename and stand back. This will not include user's files, but only files on the system such as documentation, manual pages, program names, and source code. Want to know if we support the scheme programming language? ``find scheme'' to get a start. Subject: fast find