/Mock-Shell-File-Management

CSC 344 Mock Shell File Management Project

Primary LanguageC

Mock Shell File Management

Programming Languages (CSC 344) Project 1

Give a directory on your machine when prompted

Enter a directory: >

The program will pull all files from that directory and place each file into a Trie data structure.

List of commands to enter:

  • ls - prints all files in the directory
  • cd - to change the directory
  • {file prefix} - prints all the files with the user entered prefix
> test
test1.c test2.py test3.java