Skip to content

London | 26-SDC-Mar |Shaghayeghfar | Sprint 1 | Individual Shell Tools#416

Open
shaghayeghfar wants to merge 1 commit intoCodeYourFuture:mainfrom
shaghayeghfar:Individual-shell-tools
Open

London | 26-SDC-Mar |Shaghayeghfar | Sprint 1 | Individual Shell Tools#416
shaghayeghfar wants to merge 1 commit intoCodeYourFuture:mainfrom
shaghayeghfar:Individual-shell-tools

Conversation

@shaghayeghfar
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 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.

@shaghayeghfar shaghayeghfar added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. 📅 Sprint 1 Assigned during Sprint 1 of this module labels Mar 23, 2026
@shaghayeghfar shaghayeghfar changed the title London | 26-SDC-Mar |Shaghayegh shirinfar | Sprint 1 | individual shell tools London | 26-SDC-Mar |Shaghayeghfar | Sprint 1 | individual shell tools Mar 23, 2026
@shaghayeghfar shaghayeghfar changed the title London | 26-SDC-Mar |Shaghayeghfar | Sprint 1 | individual shell tools London | 26-SDC-Mar |Shaghayeghfar | Sprint 1 | Individual Shell Tools Mar 23, 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 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
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Could you doublecheck the path to the file please? Where is it located in reality?

@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 Apr 17, 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 1 Assigned during Sprint 1 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants