Skip to content

Commit ba97190

Browse files
committed
Complete sed script-04: replace We'll with We will
1 parent 0829c02 commit ba97190

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
set -euo pipefail
44

55
# TODO: Write a command to output input.txt replacing every occurrence of the string "We'll" with "We will".
6+
sed "s/We'll/We will/g" input.txt
67
# The output should contain 11 lines.

0 commit comments

Comments
 (0)