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 |
How do I find previous commands in unix?
to list a particular line in the file
what is the advaantage of each user having its own copy of the shell?
What does mkdir up2date; touch outdated up2date do?
What is grep in bash?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is the difference between Shell Programming and Shell scripting?
10 Answers HCL, TCS, Wipro,
Give Command that will move a single file called "unix.txt"
What is s and g in sed command?
in UNIX,How to copy file into directory?
What are bash commands?
what is the default signal kill in unix?