lterm
lterm copied to clipboard
Online bash terminal(emulator) tutorial. A step by step tutorial for the bash shell.
Add more commands to the terminal that are used in Bash.
As of now the terminal is not fully mobile responsive. The top part of the terminal gets disfigured in mobiles. And also it opens in a full-screen mode, not responsive...
Try to add more instructions on how to contribute to the project. Also if possible, keep a slight sense of humour in your writing and some beautiful emoticons and buttons.
The redirection > and < are used in a bash terminal to redirect the outputs and inputs. Try to implement those in this online emulator. Example: The output is getting...
In mozilla firefox, the screen scrolls down automatically if the page gets filled. But this doesn't happen in Chrome. A fix for this is urgently needed. 
history command should display all the commands used in the terminal along with the arguments and if a command is used multiple times then the history command is supposed to...
I was trying commands on the website then I found that only `cd` is not working. This should work. Because by `cd`, we can go directly to the home directory....