Skip to content

Barcelona | Oct-2025 | Angela Onyekwelu |Module-Tools| Sprint 2/Shell pipelines#4

Open
theangelskies wants to merge 13 commits intomainfrom
Shell-pipelines
Open

Barcelona | Oct-2025 | Angela Onyekwelu |Module-Tools| Sprint 2/Shell pipelines#4
theangelskies wants to merge 13 commits intomainfrom
Shell-pipelines

Conversation

@theangelskies
Copy link
Copy Markdown
Owner

Learners, PR Template

Self checklist

  • I have titled my PR with Barcelona | Oct-2025 | Angela Onyekwelu |Module-Tools| Sprint 2/Shell pipelines
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

Changelist

Briefly explain your PR.
All exercises in the Shell Pipelines folder have been completed. Each script has been reviewed and updated to correctly combine shell tools in pipelines as required. All tasks have been solved while following the folder-specific tool constraints, ensuring proper functionality when run inside their respective directories.

Questions

Ask any questions you have for your reviewer. You must remove this section if you have no questions.

Copy link
Copy Markdown

@Jezorko Jezorko left a comment

Choose a reason for hiding this comment

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

praise: Well done!


# 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.

comment: Not sure if it was mentioned but my favorite tool for learning and building regular expressions: https://regexr.com/

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants