Basic Commands Built in Modules

Basic Navigation

cd - change directory

ls - list files and folders in the current folder

touch - create a file

cat - display the contents of a file

mkdir - create a directory

rm - remove a file or directory

REPL

Built in Functions

install - installs a module from

Last updated