Skip to content

Birmingham | 2026-MAR-SDC | Joy Opachavalit | Sprint 2 | Shell pipelines#380

Open
enjoy15 wants to merge 3 commits intoCodeYourFuture:mainfrom
enjoy15:shell-pipelines
Open

Birmingham | 2026-MAR-SDC | Joy Opachavalit | Sprint 2 | Shell pipelines#380
enjoy15 wants to merge 3 commits intoCodeYourFuture:mainfrom
enjoy15:shell-pipelines

Conversation

@enjoy15
Copy link
Copy Markdown

@enjoy15 enjoy15 commented Mar 15, 2026

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

Completed all exercises

@enjoy15 enjoy15 changed the title Birmingham | 2026-MAR-SDC | Joy Opachavalit | Sprint 1 | Shell pipelines Birmingham | 2026-MAR-SDC | Joy Opachavalit | Sprint 2 | Shell pipelines Mar 15, 2026
@enjoy15 enjoy15 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. Module-Tools The name of the module. labels Mar 15, 2026

# 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]*$'
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

'^[A-Z][^A-Z]*$' is exactly the right regex for "no other uppercase letters" , like

@SlideGauge SlideGauge added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels May 2, 2026
@SlideGauge
Copy link
Copy Markdown

Nice job, review complete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complete Volunteer to add when work is complete and all review comments have been addressed. Module-Tools The name of the module. 📅 Sprint 2 Assigned during Sprint 2 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants