Oct 21
Here’s an easy way to change the prompt in Unix Shell
export PS1="[\W]$ "
This will use the current directory as command prompt
Here’s an easy way to change the prompt in Unix Shell
export PS1="[\W]$ "
This will use the current directory as command prompt