Last updated
Was this helpful?
Last updated
Was this helpful?
This page differs a lot from another subjects that can be found in this gitbook, the use of this page is to make the user more comfortable with the Linux bash shell. Some things will differ in some cases, for example copying and pasting text within a linux shell. In this page, all the tips and tricks i've found can be seen here.
lets say you are 1 of the 10 employees that is working on a remote Linux server and you want to message all other 10 employees directly through the linux terminal.
In this case/scenario you can make use of the linux tool wall
You can use Ctrl+A to go to the beginning of the line and Ctrl+E to go to the end.
Within Linux it is possible to reverse-search for a command you have previously used. You can do this by going to your terminal and clicking ctrl + r
. Once that is done you can type in the searchterm and it will autofill to complete the command! Hit enter
to use the command
Example
link will show you how to create permanent aliases in linux