Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

shell replace plus in string

#replace "XX" with "AF"
$ echo '01XX1234' | sed 's/XX/AF/'
01AF1234

#for url "2B" = "+" 
$ echo '01+1234' | sed 's/+/%2B/'
01%2B1234
Comment

PREVIOUS NEXT
Code Example
Shell :: exit code: 127 
Shell :: ssh remove file command 
Shell :: cargo new bin 
Shell :: snap opera mini install ubuntu 
Shell :: github pages custom theme 
Shell :: check number of bridges available jitsi 
Shell :: shell How to read hidden input from terminal and pipe it to another command 
Shell :: kill process based on username windows 
Shell :: git submodule push 
Shell :: how to download bangla font in ubuntu 
Shell :: how to install and use aws cli and setup the user from the .csv file 
Shell :: Install PNPM in your linux distro 
Shell :: use lines from file for bash command 
Shell :: git Ambersafety 
Shell :: how to clone all repos at once from github 
Shell :: EFS mounting on EC2 Instances 
Shell :: cmd.exe /s /k pushd "%V" run as admin 
Shell :: jenkins pipeline for sonarqube 
Shell :: https://physionet.org/files/chf2db/1.0. 
Shell :: #include <gst/gst.h compilation terminated. jetson nano 
Shell :: Ubuntu brightness software GUI 
Shell :: bash ip l2tp add tunnel 
Shell :: awesomewm change keyboard layout debian 
Shell :: virtualization vtx gets automatically disabled after restart in windows 
Shell :: Git - Take a peek at a file of another branch 
Shell :: install msno in jupyter notebook 
Shell :: sudo nano search 
Shell :: mongo shell query for email domain regex 
Shell :: membuat nomor urut 11 digit berdasarkan id primary key 
Shell :: dll create github 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =