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 |
write a shell script to check the failed jobs?
How to get the last line from a file using just the terminal?
What are scripts in psychology?
how to find weblogic version through linux cammand
What is $1 in shell scripting?
What does path stand for?
How do I run a script from command prompt?
What can scripts do?
Explain about gui scripting?
Explain about login shell?
How to rename all the files in a folder having specific extension? Example: I have some files with extension (.txt) in a folder name 'Test'. I have to rename all the .txt files in a test and its subdirectories to .my extension.
Can we run shell script in windows?