We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e409630 commit 6187899Copy full SHA for 6187899
1 file changed
individual-shell-tools/sed/script-06.sh
@@ -9,4 +9,4 @@ set -euo pipefail
9
# Line 3 should be "It contains many lines, and there are some things you may want to do with each of them.".
10
# Line 11 should be "We also should remember, when we go shopping, to get 4 items: oranges, cheese, bread, olives.".
11
12
-sed -E 's/,([^ ])/\, \1/g' input.txt
+sed -E 's/,([^ ])/, \1/g' input.txt
0 commit comments