The Python Shell is a command-line interface designed to perform basic file system operations. It supports a set of commands to navigate, manipulate, and interact with the file system.
pip install colorama
git clone https://github.com/lithV/InMemory-FileManagement_System
Syntax:
ls [directory_path]
Description: Displays the list of files and directories in the specified directory. If no directory path is provided, it lists the contents of the current directory.
Syntax:
cd [directory_path]
Syntax:
cp [source_path] [destination_path]
Syntax:
mv [source_path] [destination_path]
Syntax:
dump [file_name]
Syntax:
cat [file_path]
Syntax:
rm [file_path]
Syntax:
exit
Syntax:
mkdir [file_name]