LinuxCommandLibrary

wtf

translates acronyms for you

TLDR

Expand a given acronym

$ wtf [IMO]
copy


Specify a computer related search type
$ wtf -t [comp] [WWW]
copy

SYNOPSIS

[-f dbfile ] [-t type ] [is ] acronym ...

DESCRIPTION

The utility displays the expansion of the acronyms specified on the command line. If the acronym is unknown, will check to see if the acronym is known by the whatis(1) command.

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.
-t type
Specifies the acronym's type. Simply put, it makes the program use the acronyms database named /usr/share/games/bsdgames/acronyms.type where type is given by the argument.

ENVIRONMENT

ACRONYMDB
The default acronym database may be overridden by setting the environment variable ACRONYMDB to the name of a file in the proper format (acronym[tab]meaning).

FILES

/usr/share/games/bsdgames/acronyms
default acronym database.
/usr/share/games/bsdgames/acronyms.comp
computer-related acronym database.

HISTORY

first appeared in Nx 1.5 .

SEE ALSO

whatis(1)

Copied to clipboard