codescalersinternships / home

home repo for internships
1 stars 0 forks source link

Coreutils - EYAD HUSSEIN #123

Open eyad-hussein opened 1 week ago

eyad-hussein commented 1 week ago

CoreUtils in Go

Description

Goal is to reimplement several core Unix utilities, giving exposure to Go basics, including file I/O, flag parsing, string manipulation, and more.

Requirements

Example Implementations

1. head

2. tail

3. wc (word count)

4. cat

5. echo

Acceptance Criteria

eyad-hussein commented 1 week ago

I was able to implement more than 6 commands, however most of them expect one file/argument other than the flags(if present), i will be working on fixing that tomorrow. In addition I will implement the remaining commands as well.

eyad-hussein commented 1 week ago

Pull request was made https://github.com/codescalersinternships/Coreutils-EYAD_HUSSEIN/pull/1

Waiting for the review