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 |
How do I stop script errors?
What is MUTEX?
What does $@ mean bash?
What is .sh file in mac?
What is the command to find out users on the system?
What is sudo command?
how to get part of string variable with echo command only?
The information of the two files should be redirect to Third file in such a way that, the third file contain the information like this. 1st line in third file should be from 1st file 2nd line in Third file should be from 2nd file 3rd line in Third file should be from 1st file 4th line in Third file should be from 2nd file - - so on
I want to connect to a remote server and execute some commands, how can I achieve this?
Which scripting language is best for automation?
How to take input values from the user?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?