Exits the file system program.
Syntax:
exit
Lists all the files on the disk.
Syntax:
ls
Creates a new file if the file does not exist, or a prompt is shown to edit the existing file.
Syntax:
vi <file_name_with_extension>
Deletes the mentioned file.
Syntax:
del <file_name_with_extension>
Moves the file's pointer to a given position and prints data from that position to the end.
It gives an error if the cursor's position goes out of bounds.
Syntax:
seek <file_name_with_extension> <pointer_position>
Prints the contents of the file.
Syntax:
cat <file_name_with_extension>
Clears the terminal.
Syntax:
clear
Lists all the commands.
Syntax:
help