Sunday, April 28, 2024
22
rated 0 times [  22] [ 0]  / answers: 1 / hits: 28546  / 1 Year ago, wed, december 7, 2022, 8:15:09

When inputting a Google Maps Directions URL into the command line (for opening with Chromium browser via the terminal) there is an ampersand (&) in the URL, however the terminal breaks it there because of Unix stuff being Unix stuff. Is there something I can type into the terminal that when the command actually goes through, that will be treated like an ampersand?


Will ;amp; work?


More From » command-line

 Answers
1

You need to put the address in quotes:



chromium-browser 'http://whatever.com/?x=1&y=2'

[#44420] Thursday, December 8, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fulpu

Total Points: 116
Total Questions: 118
Total Answers: 104

Location: Solomon Islands
Member since Fri, Oct 8, 2021
3 Years ago
;