Skip to content

Commit 5fcef58

Browse files
committed
gitignore is updated.
1 parent 37a7bd4 commit 5fcef58

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
**/.vs
1+
**/.vs
2+
**/.DS_Store

linux-shell/00055_HackerrankLinuxShell.sh

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# Remove the First Capital Letter from Each Element
44
# https://www.hackerrank.com/challenges/bash-tutorials-remove-the-first-capital-letter-from-each-array-element/problem?isFullScreen=true
55

6-
76
while read -r line;
87
do
98
echo -n ".${line:1} "

linux-shell/00056_HackerrankLinuxShell.sh

-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
# 'Sed' command #1
44
# https://www.hackerrank.com/challenges/text-processing-in-linux-the-sed-command-1/problem?isFullScreen=true
55

6-
76
sed 's/the /this /'

0 commit comments

Comments
 (0)