mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-10 17:25:04 +08:00
3 lines
43 B
Plaintext
3 lines
43 B
Plaintext
foo=bar
|
|
echo $file | sed -e 's/$foo/baz/g'
|