acmpesuecc / GoShell

GoShell is a powerful and versatile command-line interface built entirely with Go. It provides a comprehensive suite of Unix commands, allowing users to navigate, manipulate, and manage their file systems seamlessly. With GoShell, experience the efficiency and performance of Go combined with the familiarity of traditional Unix commands.
MIT License
1 stars 1 forks source link

Add head,tail and simple echo command to the shell functionality #1

Open IshaanNene opened 1 month ago

IshaanNene commented 1 month ago

head (display first lines), tail (display last lines) and echo (display text)

ninsid711 commented 1 month ago

can i work on this ?