JohnCrickett / goccsh

Go solution to Coding Challenges Shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goccsh

Go solution to Coding Challenges Build your own Shell coding challenge.

Testing

Step 1

Run the shell and try a command:

goccsh % go run .
ccsh> ls
LICENSE         README.md       go.mod          main.go
goccsh %

Step 2

Run the shell and try multiple commands:

goccsh % go run .
ccsh> ls
LICENSE         README.md       go.mod          main.go         skele._o        test.txt
ccsh> pwd
/Users/johncrickett/dev/goccsh
ccsh> ls
LICENSE         README.md       go.mod          main.go         skele._o        test.txt
ccsh> echo Hello
Hello
ccsh> exit
goccsh %

Step 3

Run the shell and try multiple commands:

Step 4

Run the shell and try :

Step 5

Run the shell and try :

Step 6

Run the shell and try :

Step 7

Run the shell and try :

Step 8

Run the shell and try :

About

Go solution to Coding Challenges Shell

License:MIT License


Languages

Language:Go 95.0%Language:Makefile 5.0%