Skip to content

Commit baf58a0

Browse files
committed
Complete ls-grep script-01.sh exercise
1 parent 4350f48 commit baf58a0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

shell-pipelines/ls-grep/script-01.sh

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

55
# TODO: Write a command to output the names of the files in the sample-files directory whose name contains at least one upper case letter.
66
# Your output should contain 11 files.
7+
8+
ls -1 sample-files | grep '[A-Z]'

0 commit comments

Comments
 (0)