London | 26-SDC-Mar |Shaghayeghfar | Sprint 1 | Individual Shell Tools#416
Open
shaghayeghfar wants to merge 1 commit intoCodeYourFuture:mainfrom
Open
London | 26-SDC-Mar |Shaghayeghfar | Sprint 1 | Individual Shell Tools#416shaghayeghfar wants to merge 1 commit intoCodeYourFuture:mainfrom
shaghayeghfar wants to merge 1 commit intoCodeYourFuture:mainfrom
Conversation
SlideGauge
reviewed
Apr 17, 2026
SlideGauge
left a comment
There was a problem hiding this comment.
Could you adjust settings of your editor please? Your scripts are missing trailing new line.
Also, could you please doublecheck the committed scripts? These exercises are absent:
ls, wc, sed
| # TODO: Write a command to output the contents of the helper-1.txt file inside the helper-files directory to the terminal. | ||
| # The output of this command should be "Once upon a time...". | ||
|
|
||
| cat helper-files/helper-1.txt No newline at end of file |
There was a problem hiding this comment.
Could you doublecheck the path to the file please? Where is it located in reality?
| # I was tempted to take a bite of it. | ||
| # But this seemed like a bad idea... | ||
|
|
||
| cat helper-files/* No newline at end of file |
There was a problem hiding this comment.
Could you doublecheck the path to the file please? Where is it located in reality?
| # 2 I was tempted to take a bite of it. | ||
| # 3 But this seemed like a bad idea... | ||
|
|
||
| cat -n helper-files/helper-3.txt No newline at end of file |
There was a problem hiding this comment.
Could you doublecheck the path to the file please? Where is it located in reality?
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
I completed the individual shell tools exercises by implementing and testing the required scripts for ls, cat, wc, grep, and awk according to the README specifications.