Linux apropos查找和sort相关的命令

运维 系统运维
以前Linux中帮助一直使用man,但前提是知道这个命令怎么写。 如果遇到想完成某个功能,但具体命令忘了的时候怎么办能。 刚发现从来也没用过的Linux apropos

刚发现从来也没用过的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  
  18. ldap_sort_entries [ldap_sort_values] (3)  - LDAP sorting routines  
  19. ldap_sort_strcasecmp (3)  - LDAP sorting routines  
  20. ldap_sort_strcasecmp [ldap_sort] (3)  - LDAP sorting routines  
  21. ldap_sort_strcasecmp [ldap_sort_entries] (3)  - LDAP sorting routines  
  22. ldap_sort_strcasecmp [ldap_sort_values] (3)  - LDAP sorting routines  
  23. ldap_sort_values     (3)  - LDAP sorting routines  
  24. ldap_sort_values [ldap_sort] (3)  - LDAP sorting routines  
  25. ldap_sort_values [ldap_sort_entries] (3)  - LDAP sorting routines  
  26. ldap_sort_values [ldap_sort_strcasecmp] (3)  - LDAP sorting routines  
  27. lsort                (n)  - Sort the elements of a list  
  28. qsort                (3)  - sorts an array  
  29. qsort                (3p)  - sort a table of data  
  30. sort                 (1)  - sort lines of text files  
  31. sort                 (1p)  - sort, merge, or sequence check text files  
  32. sort                 (3pm)  - perl pragma to control sort() behaviour  
  33. texindex             (1)  - sort Texinfo index files  
  34. tsort                (1)  - perform topological sort  
  35. tsort                (1p)  - topological sort  
  36. uniq                 (1)  - remove duplicate lines from a sorted file  
  37. versionsort [scandir] (3)  - scan a directory for matching entries  

【编辑推荐】

  1. Linux 查看磁盘空间实现代码介绍
  2. Linux操作系统需要微软的十大帮助
  3. 探寻Linux到底需要多低的配置
  4. Linux测试工具tcpdump监视TCP/IP连接命令介绍
  5. Linux流量控制实例应用介绍
责任编辑:chenqingxiang 来源: python俱乐部
相关推荐

2010-06-21 14:36:20

Linux aprop

2012-05-10 08:46:05

Linuxsort命令

2022-06-29 07:38:28

Linux命令

2015-06-08 16:42:52

linux运维

2011-08-11 16:07:12

apropos中文man

2017-03-10 11:35:16

Linuxsort命令

2009-08-04 08:44:56

linux find命linux find查找文件命令

2011-01-10 10:55:55

linux认证

2010-01-12 10:05:22

Fedora Core

2021-12-12 09:19:16

find命令Linux

2013-06-04 17:10:00

Linux命令

2022-04-11 06:03:24

FdupesLinux命令行工具

2010-07-20 14:45:41

2010-08-29 21:21:18

DHCP协议

2011-04-14 09:54:48

Linux进程作业

2010-06-07 11:52:47

LinuxIPv6协议

2010-02-06 14:19:06

Linux MySQL

2010-06-23 11:24:23

Linux Bash命

2009-08-03 10:06:22

find命令详解find命令Linux

2010-06-30 10:26:43

点赞
收藏

51CTO技术栈公众号