manpages note
Ubuntu Community Help Wiki
指令範例
$ whatis intro
會顯示
intro (4) - introduction to special files
intro (2) - introduction to system calls
intro (8) - introduction to administration and privileged commands
intro (5) - introduction to file formats
intro (3) - introduction to library functions
intro (6) - introduction to games
intro (7) - introduction to overview, conventions, and miscellany section
intro (1) - introduction to user commands
上面的指令加入排序
$ whatis intro | sort
會顯示
intro (1) - introduction to user commands
intro (2) - introduction to system calls
intro (3) - introduction to library functions
intro (4) - introduction to special files
intro (5) - introduction to file formats
intro (6) - introduction to games
intro (7) - introduction to overview, conventions, and miscellany section
intro (8) - introduction to administration and privileged commands