Horje
delete whole line in vi Code Example
delete all lines in vi
#in command mode
gg #takes you to the first line
dG #deletes all 
delete whole line in vi
#In vi command mode (press ESC)
dd #Deletes the currently selected line
#To save the document in command mode press shift + ZZ




Shell

Related
command to download scoop Code Example command to download scoop Code Example
how to pull down a specific branch from github Code Example how to pull down a specific branch from github Code Example
touch command not recognized in windows Code Example touch command not recognized in windows Code Example
Linux tar.gz Code Example Linux tar.gz Code Example
print file size in mb linux Code Example print file size in mb linux Code Example

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