Skip to content

NW | 26-SDC-MAR | Ahmad Hmedan |Sprint 4 | Implement shell tool python#473

Open
AhmadHmedann wants to merge 7 commits intoCodeYourFuture:mainfrom
AhmadHmedann:implement-shell-tool-py
Open

NW | 26-SDC-MAR | Ahmad Hmedan |Sprint 4 | Implement shell tool python#473
AhmadHmedann wants to merge 7 commits intoCodeYourFuture:mainfrom
AhmadHmedann:implement-shell-tool-py

Conversation

@AhmadHmedann
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

This PR adds Python implementations of the cat, ls, and wc command line tools.

It includes:

  • cat with support for basic output, -n, and -b
  • ls with support for -1 and -a
  • wc with support for default counts, -l, -w, and -c

The tools use argparse for command line parsing and aim to match the expected behaviour for the required task commands.

@AhmadHmedann AhmadHmedann added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant