標籤:nts inux for form encrypt compress wing list 模式
? workplace man -k zipzip: nothing appropriate.
出現這種情況,是索引庫沒有建立。
man 和 whatis 共用一個索引庫的。
我們使用 man whatis 進行查看:
index databases are used during the search, and are updated by the mandb pro‐ gram. Depending on your installation, this may be run by a periodic cron job, or may need to be run manually after new manual pages have been installed. To produce an old style text whatis database from the relative index database, issue the command:
所以進行執行 mandb 就行了。 老版本的 linux 需要執行: /usr/sbin/makewhatis
這些命令都是在 root 模式下執行。執行後我們重新查看:
? ~ man -k zipbunzip2 (1) - a block-sorting file compressor, v1.0.6bzcmp (1) - compare bzip2 compressed filesbzdiff (1) - compare bzip2 compressed filesbzegrep (1) - search possibly bzip2 compressed files for a regular expressionbzfgrep (1) - search possibly bzip2 compressed files for a regular expressionbzgrep (1) - search possibly bzip2 compressed files for a regular expressionbzip2 (1) - a block-sorting file compressor, v1.0.6bzip2recover (1) - recovers data from damaged bzip2 filesbzless (1) - file perusal filter for crt viewing of bzip2 compressed textbzmore (1) - file perusal filter for crt viewing of bzip2 compressed textfunzip (1) - filter for extracting from a ZIP archive in a pipegpg-zip (1) - Encrypt or sign files into an archivegrubby (8) - command line tool for configuring grub, lilo, elilo, yaboot and ...gunzip (1) - compress or expand filesgzip (1) - compress or expand filesmzip (1) - change protection mode and eject disk on Zip/Jaz driveprezip-bin (1) - prefix zip delta word list compressor/decompressorunzip (1) - list, test and extract compressed files in a ZIP archiveunzipsfx (1) - self-extracting stub for prepending to ZIP archiveszforce (1) - force a ‘.gz‘ extension on all gzip fileszip (1) - package and compress (archive) fileszipcloak (1) - encrypt entries in a zipfilezipgrep (1) - search files in a ZIP archive for lines matching a patternzipinfo (1) - list detailed information about a ZIP archivezipnote (1) - write the comments in zipfile to stdout, edit comments and renam...zipsplit (1) - split a zipfile into smaller zipfiles? ~
保持更新,轉載請註明出處。
man -k : nothing appropriate.