i am novice to the Linux shell and had to recently start using it for work...i have now got used to the basic commands in bash to find my way around...however there are a lot of commands i find myself typing over and over again and its kind of a hassle to type them every time...so can anyone tell me how can i shorten the command syntax for ones i use frequently.
A very simple example, i use the ls -lh
command often, though this is quite short but im just giving an example. Can I have something (a shell script may be) so that I can run it by typing just say lh
.
I want to do it for more complex commands.