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 the use of pipes?
How do you copy a directory with many files and folders into another directory?
how to change a normal file into hidden file
write grep commands to select the lines that have exactly two characters
What is the nmap command?
Which RAID Levels supported by LVM?
What does the command ' $who | sort –logfile > newfile' do?
What is unix command?
Why is awk called awk?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How do I use nslookup?
A file has 1000 lines and i want to display only 1st line how to do it? pls ..tel me