Skip to content

Commit a20e634

Browse files
authored
Merge branch 'main' into lm-cli-test-test
2 parents 46a2c90 + 4350f48 commit a20e634

File tree

5 files changed

+1
-199
lines changed

5 files changed

+1
-199
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/pd-assignment.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/tech-ed-assignment.yml

Lines changed: 0 additions & 88 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

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

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

55
# TODO: Write a command to output input.txt with all occurrences of the letter `i` replaced with `I`.
66
# The output should contain 11 lines.
7-
# The first line of the output should be: "ThIs Is a sample fIle for experImentIng with sed.".
8-
sed -e 's/i/I/g' input.txt
7+
# The first line of the output should be: "ThIs Is a sample fIle for experImentIng wIth sed.".

0 commit comments

Comments
 (0)