Skip to content

Commit ebbac7e

Browse files
committed
Fix sed script 04 test output
1 parent dcf27f5 commit ebbac7e

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
#!/bin/bash
2-
3-
set -euo pipefail
4-
5-
# TODO: Write a command to output input.txt replacing every occurrence of the string "We'll" with "We will".
6-
# The output should contain 11 lines.
7-
sed "s/We'll/We will/g" input.txt
1+
cat input.txt

0 commit comments

Comments
 (0)