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
How do I search a whole word in vim?
What is the use of awk command in unix?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Describe the zip/unzip command using gzip.
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 do chown command do?
Explain command to view process running?
What do chmod, chown, chgrp commands do?
What are the unix commands?
Explain mount and unmount command.
Name the various commands that are used for the user information in unix.
What does the “echo” command do?
Differentiate cmp command from diff command.
What does #!/ Bin sh do?