1
0
mirror of https://github.com/koalaman/shellcheck.git synced 2025-03-12 12:35:25 -07:00

Updated SC2020 (markdown)

koalaman 2014-02-10 14:38:09 -08:00
parent 31b7a0a6e3
commit 3e835df442

@ -6,7 +6,7 @@
### Correct code:
echo 'hello world' | sed -e 's/hello/goodbye'
echo 'hello world' | sed -e 's/hello/goodbye/g'
### Rationale: