How to customise the other shell?

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


Please Help Members By Posting Answers For Below Questions

What is bash coding?

690


Which is better perl or shell scripting?

770


How to get the 3rd element/column from each line from a file?

952


Is powershell a bash?

767


How to replace following lines, catch (DAOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } catch (BOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw e; } catch (Exception e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } Needs to be changed in to, catch (DAOException e) { AppException.handleException (null, null, e, null, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); } catch (BOException e) { AppException.handleException (null, null, null, e, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 0); } catch (Exception e) { AppException.handleException (null, null, null, null, null, e, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); }

2147


What is a boot block?

766


What is the command to find out users on the system?

760


What does path stand for?

833


How would you compare the strings in a shell script?

759


how to print the 2-d, 3-d arrays in unix shell script programs please answer thi questio to my mail venusaikumar@gmail.com

2358


What is bash used for?

763


What is difference between shell and bash scripting?

735


What is awk in shell scripting?

799


What is the command to find out today's date?

858


How to get script name inside a script?

761