We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4350f48 commit baf58a0Copy full SHA for baf58a0
1 file changed
shell-pipelines/ls-grep/script-01.sh
@@ -4,3 +4,5 @@ set -euo pipefail
4
5
# 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.
6
# Your output should contain 11 files.
7
+
8
+ls -1 sample-files | grep '[A-Z]'
0 commit comments