Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash manual

man <cmd> 		# for manual of <cmd>, i.e. complete documentation
<cmd> --help  	# for optional parameters
<cmd> -h		# short version of help

apropos <keyword> 	# search for short description for matched instances
					# of the given keyword

apropos sudo		# an example
Comment

bash manual command

man command #get manual instructions of a command
#Example
man ls
Comment

PREVIOUS NEXT
Code Example
Shell :: configurar chave ssh gitlab 
Shell :: ubuntu change primary group 
Shell :: how to create a worker service 
Shell :: react redux install 
Shell :: find the index of a substring 
Shell :: create next app with jest 
Shell :: babel source maps 
Shell :: git remove large files with bfg 
Shell :: insert image into github wiki 
Shell :: rmdir recursive 
Shell :: curl trust self signed certificate 
Shell :: how to use yes command in linux 
Shell :: how to go home directory in linux 
Shell :: if clauses bash 
Shell :: install moment 
Shell :: How to delete dir, subdirectory, fils all in cmd 
Shell :: pdf compressor linux 
Shell :: piping commands 1 
Shell :: folder open in command line 
Shell :: git modify last commit but leave the commit message 
Shell :: move to folder in command line windows 
Shell :: dir command 
Shell :: Create A Shared Folder On Linux With Samba 
Shell :: update centos kernel version yum 
Shell :: git repo 
Shell :: scp command from local to remote 
Shell :: with which command make file and directory in linux 
Shell :: curl x imap 
Shell :: linux shutdown no password 
Shell :: unity install server cache 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =