I'm playing with the bash scripts and I'm wondering how can I use the pipe symbol in title? I tried title "|"
but the quotes are in the title too. Is there any other way I can make this?
Thank you!
I'm playing with the bash scripts and I'm wondering how can I use the pipe symbol in title? I tried title "|"
but the quotes are in the title too. Is there any other way I can make this?
Thank you!
You can escape the pipe |
character with the ^
character:
C:\Windows\System32> title HELLO ^| WORLD
Output: