codescalersinternships / home

home repo for internships
4 stars 0 forks source link

Coreutils- Doha Elsawy #277

Open dohaelsawy opened 2 months ago

dohaelsawy commented 2 months 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

Create Go programs that replicate the functionality of the following Unix utilities:

Example Implementations