Skip to content

treelover28/simple-java-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

simple-java-shell

A simple Shell implemented in Java using a Linked-Tree structure Project for COMP 2673 at University of Denver.

For viewing and learning purposes only. PLEASE DON'T COPY MY CODE :'(

Include basic Shell commands like: pwd, cd (only include cd .. and cd <directory_name_in_pwd>), ls, mkdir, touch, rm, rmdir, tree, quit

If unknown command is type, shell basically does nothing. Save current Filesystem to a file called "fs.data" after user type 'quit' into the console

About

A simple Shell implemented in Java using a Linked-Tree structure

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages