Skip to content

twistedmacaroni/filesystem-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filesystem Simulator

An in-memory filesystem simulator built in Java.

Commands

  • mkdir — create a directory
  • touch — create a file
  • cd — navigate into a directory
  • cd .. — go up one level
  • cd — go back to root
  • ls — list contents
  • pwd — print current path
  • rm — remove a file or empty directory
  • tree — display directory tree
  • exit — quit

About

A CLI-based in-memory filesystem simulator built in Java. Supports mkdir, touch, cd, ls, rm, pwd, and tree commands

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages