Skip to content

darthsuburbus/unix-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction:
=============

The shell allows for executing commands by forking a child and running the
command within the child process. It has the following salient features:
	- handles input lines of indefinite length
	- cd to any directory; cd ..; cd -; cd
	- pushd, popd, dirs as in bash
	- path +/- <PATH>; path

Compilation Steps:
================

make

References:
==========
1. Trim leading and trailing whitespace from a string:
	http://stackoverflow.com/questions/122616/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published