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 are grep patterns?
What does grep v do?
What are bash commands?
Is grep faster than awk?
Differentiate cat command from more command.
What does touch command do in unix?
What is the nmap command?
What is the unix command to confirm a remote host is alive or not?
What are the differences among a system call, a library function, and a unix command?
What does the “echo” command do?
Explain mount and unmount command.
What does the command ' $who | sort –logfile > newfile' do?
What does the metacharacter mean?
What is command substitution?
What is difference between grep and find command in unix?