Skip to content

London | 25-SDC-July | Aung Ye Kyaw | sprint 2| shell-pipeline-exercise - #124

Open
sarawone wants to merge 3 commits into
CodeYourFuture:mainfrom
sarawone:AYK_shell-pipeline-exercise
Open

London | 25-SDC-July | Aung Ye Kyaw | sprint 2| shell-pipeline-exercise#124
sarawone wants to merge 3 commits into
CodeYourFuture:mainfrom
sarawone:AYK_shell-pipeline-exercise

Conversation

@sarawone

@sarawone sarawone commented Jul 27, 2025

Copy link
Copy Markdown

Hello!

I wish you a good day.
I would like to thank you for the time to review my coursework.
Kindly check and provide feedback & guide..

Thanks ,
AYK

Task ID: CYF-1149

@sarawone sarawone added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jul 27, 2025
@sarawone sarawone changed the title London | 25-SDC-July | Aung Ye Kyaw | sprint 1| Individual shell tools exercises London | 25-SDC-July | Aung Ye Kyaw | sprint 2| shell-pipeline-exercise Jul 29, 2025
@sarawone sarawone added the 📅 Sprint 2 Assigned during Sprint 2 of this module label Jul 29, 2025

@LonMcGregor LonMcGregor left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work on this sprint, I have left a comment in one exercise for you to look at

set -euo pipefail

# TODO: Write a command to count the number of files in the sample-files directory whose name starts with an upper case letter and doesn't contain any other upper case letters.
ls | grep '^[A-Z][^A-Z]*$' | wc -l

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know any arguments you could give to grep to do the count without piping to wc?

@LonMcGregor LonMcGregor added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Aug 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Reviewed Volunteer to add when completing a review with trainee action still to take. 📅 Sprint 2 Assigned during Sprint 2 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants