Skip to content

guesswho311/shell-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Names: Jonathan Quist, Cole Boudreau
Files: shell.c - The main file, contains the main method and a method for working with the array of tokens
Instructions: To compile simply run 'gcc shell.c -o shell'
              To run type './shell' and you are ready to enter commands
              To exit the shell simply type 'exit'
              To change directory type 'cd' followed by ' <dir>', ' ..', ' .', or leave it blank to navigate to HOME
              You can view current directory files(in FULL COLOR) by typing 'ls'

Challenges: Figuring out how to store an array of strings
Sources: http://www.tutorialspoint.com/c_standard_library/c_function_strtok.htm

About

A basic shell interface implemented in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages