-
Notifications
You must be signed in to change notification settings - Fork 0
darthsuburbus/unix-shell
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published