ฉันไม่รู้จักเกมใด ๆ แต่มีอรรถประโยชน์บรรทัดคำสั่งที่มีประโยชน์บางอย่างที่ช่วยได้
คำสั่งทำอะไร
whatis command
# example:
$ whatis cut
cut (1) - remove sections from each line of files
ฉันจะทำอย่างไร?
man -k keyword
# example:
$ man -k "remove empty"
rmdir (1) - remove empty directories
อีกวิธีหนึ่งคือ:
apropos keyword
# defaults to printing every result with at least one of the keywords supplied
# use --and to only print results matching multiple keywords.
$ apropos zip --and extract
funzip (1) - filter for extracting from a ZIP archive in a pipe
unzip (1) - list, test and extract compressed files in a ZIP archive
unzipsfx (1) - self-extracting stub for prepending to ZIP archives
uz (1) - gunzips and extracts a gzip'd tar'd archive
ฉันจะใช้งานอย่างไร
man command
# example:
man tar
# use '?' key to search, and 'q' to quit.
หรือยูทิลิตี้บางตัวสนับสนุนตัวเลือกวิธีใช้เช่น:
$ umount --help
Usage: umount -h | -V
umount -a [-d] [-f] [-r] [-n] [-v] [-t vfstypes] [-O opts]
umount [-d] [-f] [-r] [-n] [-v] special | node...
เหล่านี้อาจจะเป็นในรูปแบบของcommand -h
, ,command --help
command -?
สำหรับข้อมูล:
info command
# example:
$ info cat
# shows an information page
หากคุณมีสิ่งที่เฉพาะเจาะจงที่คุณต้องทำให้สำเร็จ Google ก็คือเพื่อนของคุณ มิฉะนั้นมีหนังสือหลายเล่มเช่นหนังสือทุบตีจาก O'Rielly