Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to exit from vi

same thing you do with vim :-o
Comment

vi quit

# ESC to start command prompt, then
:q!		# exit vi without saving
:wq!	# exit vi with saving (! means exiting even if file is read only)
Comment

PREVIOUS NEXT
Code Example
Shell :: GIT: create repo 
Shell :: linux mount sd card 
Shell :: ssh permissions are too open 
Shell :: update node with nvm 
Shell :: env file in firebase 
Shell :: docker build requires exactly 1 argument 
Shell :: split vim window 
Shell :: how to download a file from server 
Shell :: how to install npm packages globally 
Shell :: git rebase branch 
Shell :: connect terminal to server 
Shell :: uname command 
Shell :: bash ls sort by size 
Shell :: check scheduler on localhost laravel 
Shell :: export docker image 
Shell :: linux curl get request 
Shell :: linux command to copy file 
Shell :: mongodb bitnami helm 
Shell :: expo cli 
Shell :: what is user in linux? 
Shell :: small size centos7 gui 
Shell :: apache2 enable xml extension 
Shell :: setting ssh for github 
Shell :: chocolatey update yarn to particular version 
Shell :: upgrade armbian 
Shell :: windows add to path 
Shell :: instal bable for linux 
Shell :: linux make cpu spike 
Shell :: git setup upstream 
Shell :: how to stop a website running on port 8000 or any other port 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =