Answer Posted / oliver
2. the environment variables PS1 and PS2 refer to the
standard and alternative prompt.
The alternative prompt, it the prompt showed on subsequent
lines.
Small example below:
export PS1='>'
>export PS2='_>'
>
>
>echo \
_>hello
hello
>
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Where is bash history?
Explain about return code?
What is shell geeksforgeeks?
What is another name for a bash shell script that you might see?
What is shift command in shell script?
What is bash coding?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
What are "c" and "b" permission fields of a file?
What is @echo off?
How do I run a .sh file?
What language is shell scripting?
What does egrep mean?
How will you copy a file from one machine to other?
What is shell variable?
What is bash shell command?