Skip to content

Commit 3743735

Browse files
committed
updated exercises to pass tests
1 parent 918d154 commit 3743735

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
@@ -4,4 +4,4 @@ set -euo pipefail
44

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.
7-
sed "s/We'll/We will/g" input.txt
7+
sed s"/We'll/We will/g" ./input.txt

0 commit comments

Comments
 (0)