Skip to content

Commit 85765cd

Browse files
corrected case
1 parent b4257b3 commit 85765cd

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)