Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux edit file

sudo nano filename.ext
Comment

edit a file linux

vi filename.extension

//press i to insert into file
//press ESC to enter menu
//Type :wq to save data
Comment

edit files from terminal linux

nano FileName.Extension

// nano MyWork.txt
// nano MyScript.py
Comment

Linux, edit file in terminal

1. nano filepath.extension

2. vim filepath.extesion
	2.a press i //for edit mode
    2.b Enter Esc
    2.c :wq // write this at the end of file to save the edited part
    2.d :q! // without save and quite
Comment

PREVIOUS NEXT
Code Example
Shell :: bash output to stdout and file 
Shell :: how to disable ssh in linux 
Shell :: notepad++ alternative 
Shell :: how to rebase initial commit 
Shell :: automatically clean package cache in Arch Linux 
Shell :: react native typescript template 
Shell :: ubuntu activate network interface on boot 
Shell :: install docker-compose 
Shell :: installing mutillidae in kali 
Shell :: tree command levels 
Shell :: oauth2 provider 
Shell :: linux make home dir 
Shell :: zip file linux 
Shell :: Install MySQL FreeBSD 
Shell :: installing font awesome brand icons 
Shell :: comment installer virtualbox sur kali linux 
Shell :: set permissions linux for drive chmod group 
Shell :: how to install axios in react 
Shell :: nvm node 
Shell :: chmod chown 
Shell :: mkdir create all subdirectories 
Shell :: version manager 
Shell :: folium 
Shell :: ssh rsa key login 
Shell :: move files from local to remote ssh 
Shell :: git revert a specific file 
Shell :: boot pendrive windows cmd 
Shell :: ubuntu increase valume 
Shell :: git checkout filename 
Shell :: ho to autostart chrome on linux boot 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =