Skip to content

Commit b2a6c2d

Browse files
committed
Complete sed script-02: remove digits from input
1 parent 40180ad commit b2a6c2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

55
# TODO: Write a command to output input.txt with numbers removed.
6+
sed 's/[0-9]//g' input.txt
67
# The output should contain 11 lines.
78
# Line 6 of the output should be " Alisha".

0 commit comments

Comments
 (0)