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 :: linux make file 
Shell :: git change author of last 2 commits 
Shell :: kubernetes commands 
Shell :: video trimmer ubuntu 
Shell :: best terminal for ubuntu 
Shell :: what is ssh key in github 
Shell :: how to merge a branch into another branch 
Shell :: delete a daemonset deployment 
Shell :: custom jenkins dockerfile 
Shell :: install ros 
Shell :: install ubuntu gui on wsl 
Shell :: Reinstalling SpaceVim Plugin 
Shell :: ubuntu unzip 7z 001 
Shell :: plt .show matplotlib remote vscode 
Shell :: using virtualenvwrapper to create new virtualenv 
Shell :: gcc info linux 
Shell :: composer add package 
Shell :: video editor for ubuntu 21.10 
Shell :: update cpanel 
Shell :: how to remove a pushed file from git 
Shell :: shell xargs 
Shell :: jq filter array 
Shell :: tree command levels 
Shell :: copy file from server to local 
Shell :: concatenate strings bash 
Shell :: How to install cookies react 
Shell :: git logline 
Shell :: commande pour installation de dotnet 3.5 offline 
Shell :: powershell -file 
Shell :: how to add code to git 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =