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