Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

R0_Module_Section_commandline_task4

.dot files are hidden file and used for config for sys and tools most of tools load its config file
before executing like bash terminal has .bashrc
In bashrc i to have write alias for 10 most commands used so far i run give command for search
find out those command
For aliasing: i design a function named a()
Benefits of function for aliasing: we don’t have type full keyword alias and it’s eliminated
spacing issue and as well “ ”
As we enter in terminal session it load .bashrc file for config so we can use our alias
successfully

You might also like