The action of replacing something with another thing.
I stacked with trying to pass variable through few functions, and on the final function I want to get the …
r variables substitutionHere is the code/output all in one: PS C:\code\misc> cat .\test.ps1; echo ----; .\test.ps1 $…
string powershell concatenation multiline substitutionmy question seems to be general, but i can't find any answers. In sed command, how can you replace the …
bash sed substitutionI am struggling with awk substitution, for some reason the following code does not substitute anything, it just prints the …
bash variables awk substitutionIs there a way to replace text with a regex inline, rather than taking the text from a variable and …
regex perl substitutionI run this substitution command on Ubuntu 12.04. $ sed -e "s/([a-zA-Z0-9.-/\\ :]+)/\1/g" However, the following error is raised. …
regex ubuntu sed substitutionI have a bunch of sass files and my designer used the wrong syntax. I wanted :margin-top 1px but he …
vim batch-file substitutionI'm using Vim, and I want to substitute some placeholder text with a long string, that spans several lines, which …
replace vim substitutionI'm writing a tiny program that takes user input using Getops, and based on it, the program will either try …
regex perl substitution qr-operatorIn Unix the ^ allows you to repeat a command with some text substituted for new text. For example: csh% grep "…
vim history repeat substitution