Skip to content

ZA | 25-SDC-July | Luke Manyamazi | Sprint 1 | Individual Shell Tools Exercises #87

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

Luke-Manyamazi
Copy link

@Luke-Manyamazi Luke-Manyamazi commented Jul 15, 2025

Learners, PR Template

Self checklist

  • I have committed my files one by one, on purpose, and for a reason
  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • I have tested my changes
  • My changes follow the style guide
  • My changes meet the requirements of this task

Changelist

Completed the Individual Shell Tools exercises.
Each shell tool in its own folder (awk, cat, grep, ls, sed, wc) with scripts demonstrating how to use each command and combine them effectively. Using $(dirname "$0") for script-relative paths.

#!/bin/bash
set -euo pipefail

The above were already included in the template, but I took time to research and understand what each of them does before continuing.

Questions

Are the solutions clear and readable enough?
Any suggestions for improving how I handle errors or edge cases?

@Luke-Manyamazi Luke-Manyamazi added the Needs Review Participant to add when requesting review label Jul 15, 2025
@chinar-amrutkar chinar-amrutkar self-requested a review July 22, 2025 09:23
@chinar-amrutkar chinar-amrutkar self-assigned this Jul 22, 2025

Choose a reason for hiding this comment

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

Please ensure that you only include shell tools exercises within this PR :)

@Luke-Manyamazi
Copy link
Author

Luke-Manyamazi commented Jul 23, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review Participant to add when requesting review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants