歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Linux基礎 >> Linux服務器

Linux命令行知識:apropos查找和sort相關的命令

剛發現從來也沒用過的Linux apropos, 直接輸入apropos [keyword], 即可查看與keyword相關功能的命令。 該命令實際完成的是搜索其它命令的描述信息,將相關命令羅列出來,不一定出現的命令就是想要的,但可以從中幫助回憶到有用的命令。

Linux apropos使用方法,man apropos 自己看。
Linux apropos例子
用Linux apropos查找和sort相關的命令:
 

  1. apropos sort  
  2. alphasort [scandir]  (3)  - scan a directory for matching entries  
  3. bsearch              (3)  - binary search of a sorted array  
  4. bsearch              (3p)  - binary search a sorted table  
  5. bunzip2              (1)  - a block-sorting file compressor, v1.0.2  
  6. bunzip2 [bzcat]      (1)  - a block-sorting file compressor, v1.0.2  
  7. bunzip2 [bzip2]      (1)  - a block-sorting file compressor, v1.0.2  
  8. bunzip2 [bzip2recover] (1)  - a block-sorting file compressor, v1.0.2  
  9. bzip2                (1)  - a block-sorting file compressor, v1.0.2  
  10. bzip2 [bunzip2]      (1)  - a block-sorting file compressor, v1.0.2  
  11. bzip2 [bzcat]        (1)  - a block-sorting file compressor, v1.0.2  
  12. bzip2 [bzip2recover] (1)  - a block-sorting file compressor, v1.0.2  
  13. comm                 (1)  - compare two sorted files line by line  
  14. iterator_info_s [netsnmp_iterator_info_s] (3)  - Holds iterator information containing functions which should be called by the iterator_handler to loop over your data set and sort it in a SNMP specific manner  
  15. ldap_sort_entries    (3)  - LDAP sorting routines  
  16. ldap_sort_entries [ldap_sort] (3)  - LDAP sorting routines  
  17. ldap_sort_entries [ldap_sort_strcasecmp] (3)  - LDAP sorting routines &123下一頁
Copyright © Linux教程網 All Rights Reserved