Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

change file content bash

sed -i 's/search_string/replace_string/' filename
Comment

edit text file bash

sudo nano file.text
Comment

bash modify file text

sed -i -e 's/abc/XYZ/g' /tmp/file.txt
Comment

PREVIOUS NEXT
Code Example
Shell :: doc.find is not a function 
Shell :: cache github credentials ubuntu 
Shell :: open command prompt windows 10 
Shell :: git add identity 
Shell :: generate component angular without folder 
Shell :: Command "server:run" is not defined. 
Shell :: ubuntu dotnet 6 
Shell :: watch tail file linux 
Shell :: add file in ignored folder git 
Shell :: how to install image app in linux using terminal 
Shell :: instal ng2 order pipe 
Shell :: installing node in ubuntu 
Shell :: openssl windows 
Shell :: grep if 
Shell :: create git tags 
Shell :: parquet tools install mac 
Shell :: commit unstaged changes to new branch 
Shell :: find ip curl 
Shell :: INSTALL gedit on kali linux 
Shell :: bash iterate over a variable range of numbers 
Shell :: online shell script compiler 
Shell :: enable system virtualization cmd 
Shell :: pacman purge 
Shell :: allow-unauthenticated not working 
Shell :: copy from vim to clipboard 
Shell :: sed up to first match 
Shell :: latest package yarn dependencies 
Shell :: dconf command not found 
Shell :: how to delete image docker 
Shell :: composer install ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =