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 does the md command do?
Why is it called a shebang?
Explain command to display different lines that are found when compare two files?
What command will change your prompt to myprompt?
How do I search for text in vi?
What do know about tee command and its usage?
What is the use of find command in unix?
What is the significance of the 'tee' command?
What is “chmod” command?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Which command should you use to find the remaining disk space in unix server?
What is the search command in unix?
What is grep short for?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is grep command in unix with examples?