ICS 32 - Project 1
Project Title: File System Explorer
Due Date: Monday, 2/3/25, 11:59 pm
Checkpoint: Monday, 1/27/25
Project Overview
This assignment requires you to create a File System Explorer tool that operates via a command-line interface. The goal is to build an interactive tool that can inspect folders and display their contents based on user commands.
General Structure
Your program will accept user input in the following formats:
[COMMAND]
[COMMAND] [INPUT]
[COMMAND] [-OPTIONS] [INPUT]
[COMMAND] [-OPTIONS] [INPUT] [OPTION_INPUT]
You must implement the following 4 commands:
Commands Overview
1. man
Command
-
Purpose: Displays text on how to use the specified command.
-
Valid Format:
[COMMAND] [I