DESCRIPTION
The wtf utility displays the expansion of the acronyms specified on the
command line. If the acronym is not in any of the acronyms databases,
wtf will check to see if the acronym is known by the whatis(1) or the
pkg_info(1) commands.
If ``is'' is specified on the command line, it will be ignored, allowing
the fairly natural ``wtf is WTF'' usage.
The following options are available:
-f dbfile
Overrides the default acronym database, bypassing the value of the
ACRONYMDB variable.
ENVIRONMENT
ACRONYMDB The default acronym database may be overridden by setting the
environment variable ACRONYMDB to the name of one or more
space-seperated file names of acronym databases. The files
must be in the proper format (acronym[tab]meaning).
FILES
/opt/local/share/misc/acronyms default acronym database.
/opt/local/share/misc/acronyms.comp computer-related acronym database.
SEE ALSO
pkg_info(1), whatis(1)
HISTORY
wtf first appeared in NetBSD 1.5.
BSD June 22, 2005 BSD
Man(1) output converted with
man2html
|