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 |
In which variable prompt value is stored?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
Given a file find the count of lines containing the word "abc".
What happens on a system call?
how to create purchase order
What is the difference between a 'thread' and a 'process'?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
How to print all array elements and their respective indexes?
Is bash a shell script?
Create a bash shell script that removes all files whose names end with a "~" from your home directory and subdirectories. Name this script "cleanup.sh"
Why are shell scripts used?
What is awk script?