-
this is a terminal made to work in the browser. It's a nice way for practising linux terminal work which includes basic stuff such as going through directories,and maybe reading text files.
-
Try out a live demo here: https://nlukic97.github.io.
help
info
about
about dev
echo
ls
pwd
clear
CTRL + L
arrow up / arrow down
cd [folder]
cd
mkdir [dirname]
rmdir [dirname]
touch [filename]
rm [filename]
cat [filename]
echo [string] > [filename]