Open SalmaElsoly opened 4 months ago
Goal is to reimplement several core Unix utilities. giving exposure to Go basics, including file I/O, flag parsing, string manipulation, and more.
Create Go programs that replicate the functionality of the following Unix utilities:
Programs should read input from files or stdin as appropriate.
Implement basic flags for each utility where applicable.
CoreUtils in Python
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:
Programs should read input from files or stdin as appropriate.
Implement basic flags for each utility where applicable.
Example Implementations
1. head
2. tail
3. wc (word count)
4. cat
5. echo
Acceptance Criteria
Resources