example sed sebbu
#615
- Author
- Anonymous
- Created
- Dec. 14, 2022, 10:23 p.m.
- Expires
- Never
- Size
- 1.2Â KB
- Hits
- 53
- Syntax
- Terraform
- Private
- â No
backend "http" {
address = "${val}/infra"
method = "post"
}
&sebbu | sed -i 's/${val}/test/' 615raw.txt â Gentoo
â17:26:03 &sebbu | single line, returns immediately after modifying the file â gnu
â17:26:35 &sebbu | sed -i 's/val/test/' 615raw.txt â Jemar
â17:26:43 &sebbu | or this if it's the variable name you wanted to change â lard
â17:26:56 &sebbu | but usually placeholders have specific prefix/suffix â Number1Stunna
â17:26:56 &sebbu | :D â Piba
â17:27:47 ~socraticDev | that is very nice â Politik
â17:27:53 &sebbu | keep using envsubst if your input already uses variables