Skip to content

Commit d93b1e3

Browse files
committed
refactoring
1 parent bf5a136 commit d93b1e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

individual-shell-tools/sed/script-04.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ set -euo pipefail
55
# TODO: Write a command to output input.txt replacing every occurrence of the string "We'll" with "We will".
66
# The output should contain 11 lines.
77

8-
sed "s/We'll/We will/g" input.txt
8+
sed 's/We'\''ll/We will/g' input.txt

0 commit comments

Comments
 (0)