Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to find which options a command supports in linux

You can find which options a command supports by typing man <commandname>.
Try now with 'man mkdir' for example



$ man mkdir



(press the 'q' key to esc the 'man page').
Man pages are the amazing built-in help for UNIX.
 
PREVIOUS NEXT
Tagged: #find #options #command #supports #linux
ADD COMMENT
Topic
Name
6+6 =