Unix Shell JS - Live Demo
Browser-based Unix/Linux command emulator with vi editor support
Unix Shell JS v1.0.0 Type 'help' to see available commands, 'ls' to list files, or 'vim README.md' to edit a file.
user@demo:~$
Try These Commands:
ls -la (list all files)
cat README.md (read a file)
mkdir mydir (create directory)
cd mydir (change directory)
touch file.txt (create file)
vim notes.txt (edit with vi)
tree (show directory tree)
ps (show processes)
GitHub Repository
npm Package