Skip to content

Commit f714e88

Browse files
committed
filtered by capital letters
1 parent 4350f48 commit f714e88

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ 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+
ls sample-files | grep '[A-Z]'

0 commit comments

Comments
 (0)