Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to delete all text inside vi

Esc #set the mode
gg #takes you to the first line
dG #deletes all text in vi 
 
PREVIOUS NEXT
Tagged: #delete #text #vi
ADD COMMENT
Topic
Name
9+8 =