West Midlands | 26 March SDC | Iswat Bello | Sprint 2 | shell pipelines#414
Open
Iswanna wants to merge 3 commits intoCodeYourFuture:mainfrom
Open
West Midlands | 26 March SDC | Iswat Bello | Sprint 2 | shell pipelines#414Iswanna wants to merge 3 commits intoCodeYourFuture:mainfrom
Iswanna wants to merge 3 commits intoCodeYourFuture:mainfrom
Conversation
- script-01.sh: List files with at least one uppercase letter in the name. - script-02.sh: List files whose names start with an uppercase letter. - script-03.sh: List files whose names start with an uppercase letter and have no other uppercase letters. - script-04.sh: Count files matching the pattern from script-03.sh.
- script-01.sh: sort scores-table.txt by name. - script-02.sh: sort scores-table.txt by first score (numeric, descending). - script-03.sh: show top 3 players by first score. - script-04.sh: show the player with the second highest first score. - script-05.sh: list unique events from events.txt. - script-06.sh: count Entry/Exit occurrences in events.txt. - script-07.sh: count Entry/Exit occurrences in events-with-timestamps.txt (skip header, sort by Event column, count Event values).
- script-01.sh: replace all '!' with '.' using tr. - script-02.sh: swap Y and Z (both upper and lower case) using tr.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Learners, PR Template
Self checklist
Changelist
In this PR, I made the following changes:
Questions
Hi, could you please review my PR? I would really appreciate your feedback.