2.2 Matlab Like Bash
Last updated
Last updated
First of all, make sure you are under the HOME directory, and then create a hidden file named .inputrc.
Then, we modify the file .inputrc by vim.
Afterwards, we added the following snippet of code at the end of file .bashrc.
Finally, we will be able to have Matlab like Bash. That is to say: if we type in ls , and then press ↑ or ↓, we will be able to see all ls commands ONLY, regardless of all other previous commands.