Horje
how to delete all text inside vi Code Example
delete all lines in vi
#in command mode
gg #takes you to the first line
dG #deletes all 
how to delete all text inside vi
Esc #set the mode
gg #takes you to the first line
dG #deletes all text in vi 




Shell

Related
top running port Code Example top running port Code Example
delete from transfer.sh Code Example delete from transfer.sh Code Example
how to turn off aslr in gcc Code Example how to turn off aslr in gcc Code Example
keytool check for keys in keystore Code Example keytool check for keys in keystore Code Example
you are running create-react-app Code Example you are running create-react-app Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10