/Jall-JustAnotherShell

Shell in C

Primary LanguageCGNU General Public License v3.0GPL-3.0

JALL

Jall is the Just Another Shell implemented in C.

How to run

$ make
$ ./jall

screen shot 2018-04-27 at 2 13 50 pm

screen shot 2018-04-27 at 1 38 03 pm

Commands you can use are:

		pwd	: Show current working directory from root.<br/>
	        ls	: List of all directories and files.<br/>
		echo: You can echo anything.<br/>
		cd 	: Change directory.<br/>
		exit : Exit the shell.<br/>
		clear : clear screen<br/>
		help : Help text<br/>
		AND MANY MORE<br/>

Reference

https://www.cs.purdue.edu/homes/grr/SystemsProgrammingBook/