Skip to content

NW | 26-SDC-Mar | TzeMing Ho | Sprint 2 | shell pipelines exercises#391

Open
TzeMingHo wants to merge 4 commits intoCodeYourFuture:mainfrom
TzeMingHo:coursework/shell-pipelines-exercises
Open

NW | 26-SDC-Mar | TzeMing Ho | Sprint 2 | shell pipelines exercises#391
TzeMingHo wants to merge 4 commits intoCodeYourFuture:mainfrom
TzeMingHo:coursework/shell-pipelines-exercises

Conversation

@TzeMingHo
Copy link
Copy Markdown

Learners, PR Template

Self checklist

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

Changelist

I have completed the exercises on shell pipelines.

@TzeMingHo TzeMingHo added 📅 Sprint 2 Assigned during Sprint 2 of this module Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Mar 19, 2026
Copy link
Copy Markdown

@SlideGauge SlideGauge left a comment

Choose a reason for hiding this comment

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

Could you add trailing new lines to each of the script? Try to adjust your editor's settings.

# TODO: Write a command to output the names of the files in the sample-files directory whose name starts with an upper case letter and doesn't contain any other upper case letters.
# Your output should contain 7 files.

ls ./sample-files | grep '^[A-Z][a-z]*$' No newline at end of file
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Will it pass such filenames as File2 or File3.txt?

@SlideGauge
Copy link
Copy Markdown

Good job, just a couple of notes from my side, fix them please.

@SlideGauge SlideGauge 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 May 3, 2026
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