How to get a particular string as your prompt ? Give syntax
of that command?
Answers were Sorted based on User's Feedback
Answer / rana
if u want to change the prompt using a shell script
then
PS1="string"
export PS1
in a .sh file
then run this script with . command....
| Is This Answer Correct ? | 3 Yes | 0 No |
What is pid?
what are the different operating systems available?
can we use cat command as an editor ..???
What will the following command do?
what is telnet?
Enumerate some of the most commonly used network commands in unix?
What is grep and sed command?
What are Unix processes, and how do you manage them?
What Command will remove a Directory in UNIX?
What does pipe () return?
which command is used to stop a running process in unix?
what is the difference between relative path and absolute path?