/virtual-operating-system

A simple command line virtual operating system, written in python (under development)

Primary LanguagePythonMIT LicenseMIT

Virtual operating system

A simple virtual operating system written in python. (Under development). Currently, the following commands are supported:

Command Usage Syntax Example
echo To print content on screen cd <your content here> cd Hello Virtual operating system!
cd To change current working directory cd <your dir here> cd ../
dir To list all files and folders in a directory dir to list all files and folders in current working directory, dir <path to parent directory> to look for files in another directory dir, dir ../
shutdown To shutdown the virtual operating system shutdown shutdown
exit To exit the virtual operating system exit exit
reload To reload the virtual operating system reload reload
clear To clear the terminal clear clear