wtf(6) - Linux man page
Name
wtf - translates acronyms and filename suffixes for you.
wtfindex - builds string file indexes for wtf.
wtfdump - lists the contents of a wtf database.
Synopsis
wtf [-a] [is] pattern
wtfindex filename
wtfdump filename
-
Description
The wtf program looks-up the definition of a term. It supports a number of definition sources. In this version they are an acronyms database and a filename suffixes database.
Like the NetBSD 1.5 version of wtf, this version will ignore an ''is'' given on the command line, allowing the more natural usage: wtf is wtf.
Like man, wtf will display all matches found when the -a flag is given on the command line.
The wtfindex program builds an index of the entries in filename. This index is written to filename.dat. filename must contain a series of lines. Each line should consist of a key (the term being defined) and a value (the definition) separated by a single tab character, and should be terminated by a newline character.
The wtfdump program lists the entries in filename in ascending order.
Files
/home/dag/rpmbuild/BUILDROOT/wtf-0.0.4-1.2.el6.rf.x86_64//usr/share/wtfSystem-wide directory to search for data files.
$HOME/.wtf' User specific directory to search for data files.
Environment
WTFPATH
- Semi-colon delimited list of directories to be searched.
See Also
fortune(6), whatis(1), wtf(6), sort(1)
Bugs
The index files are not transportable across machines of different endian-ness and/or with different sizes of unsigned long.
The command-line argument handling code is very rudimentary.
No doubt there are a great many more. If you find any, please squash them and send the pieces to the author.
History
wtf first appeared in NetBSD 1.5.
This version of wtf was created on Slackware Linux 9.0.0
Author
Thomas Sutton (thsutton@utas.edu.au) GAMES August 24, 2003 GAMES