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
Why do we write bin bash in shell scripts?
What is the equivalent of a file shortcut that we have a window on a linux system?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
What is a shell made of?
What is mac default shell?
How important is shell scripting?
What is scripting autism?
how to print the 2-d, 3-d arrays in unix shell script programs please answer thi questio to my mail venusaikumar@gmail.com
What is a boot block?
How do I open the shell prompt?
write a shell script to check the failed jobs?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
What can scripts do?
What is echo in shell?