How to get a particular string as your prompt ? Give syntax
of that command?
Answer Posted / 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 |
Post New Answer View All Answers
What is awk command used for?
What is awk used for?
How do I search for text in vi?
What is the use of awk command in unix?
What does awk stand for?
What is the use of cut command in unix?
Who invented grep?
What's a command word?
Enlist some filename manipulation commands in unix.
Does cp command overwrite files?
What does pipe () return?
What is ‘ps’ command for?
What does #!/ Bin sh do?
Which command will print your home directory on screen?
How do I clear my terminal history?