# man -k : nothing appropriate ###### tags: `Linux` `man` 從這個連結查到的結果: https://stackoverflow.com/questions/11774230/unix-cygwin-whatis-returns-all-commands-as-nothing-appropriate 在使用man -k 之前必須先建立whatis database ``` mandb ``` or ``` sudo mandb ```