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 :: df command linux concepts 
Shell :: dir in file txt 
Shell :: how to run cmd run administrator using script 
Shell :: how to delete all text inside vi 
Shell :: curl with regex 
Shell :: merging a branch to master 
Shell :: Syntax error: word unexpected (expecting "in") 
Shell :: install ghost cms locally help of docker 
Shell :: install libraries in the carfile file command shell carthagfe 
Shell :: how to save a specific file in stash 
ADD CONTENT
Topic
Content
Source link
Name
1+8 =