Linux - Explain the various prompts that are available in a UNIX system
Explain the various prompts that are available in a UNIX system.UNIX supports 4 prompts:
PS1: default prompt PS2: for the purpose of multi-line input PS3: for printing the select command PS4: for printing before the output if –x is set.
|