How many prompts are available in a UNIX system?
Answer / 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 |
What is awk script?
Why is a script important?
What exactly is a shell?
What is c in shell script?
Why should we use shell scripts?
What language is shell scripting?
Write down the syntax of "for " loop
What is the syntax of "grep" command?
defination of mapfile in winrunner?
What shell is bin sh?
What is an inode block?
What is the difference between a shell variable that is exported and the one that is not exported?