Answer Posted / siba sankar nayak
You need to have one intiation script in your home
directory for the shell you want to customize. What ever
customization you want to the shell , put those things in
that file. When ever you login to that shell, the
initiation script will execute automatically.
For ex for bash shell the script is .bashrc
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I run a .sh file on mac?
What are filters explain sort with all the options available?
What does echo $0 do?
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
How to get the first line from a file using just the terminal?
What is meant by $1 in shell script?
What does chmod do?
How to get the 3rd element/column from each line from a file?
What is a shell script in windows?
What are the advantages of using shell scripts?
How does shell scripting work?
What is the use of "$?" Sign in shell script?
What is the difference between grep and egrep?
What does .sh file contain?
What is the way to do multilevel if-else's in shell scripting?