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
head (display first lines), tail (display last lines) and echo (display text)