[Request] .bashrc profile search youtube user input in URL, remove space HELP
by finalturismo from LinuxQuestions.org on (#4QJSM)
.bashrc example help
alias youtube="chromium https://www.youtube.com/results?search_query=$@"
Can anyone help me with this
it is adding a space in the url and causing chromium to open another tab
from my understanding $@ is supposed to insert user input from terminal at the @ symbol, problem is, it is adding a space before the @.


alias youtube="chromium https://www.youtube.com/results?search_query=$@"
Can anyone help me with this
it is adding a space in the url and causing chromium to open another tab
from my understanding $@ is supposed to insert user input from terminal at the @ symbol, problem is, it is adding a space before the @.