mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 10:32:11 +03:00
335 B
335 B
whatis
Tool that searches a set of database files containing short descriptions of system commands for keywords. More information: http://www.linfo.org/whatis.html.
- Search for information about keyword:
whatis {{keyword}}
- Search for information about multiple keywords:
whatis {{first_keyword}} {{second_keyword}}