- Feb
- 240
- 3
Google-searching is one of the most frequent operations performed on computers these days. I'm wondering what the community here has come up with in terms of useful aliases for quick and efficient google-searching from the command line.
For now, I'm using this alias:
alias g http://www.google.com/search?q=^q%%1$^q
Which lets me type:
[C:\] g tcc
This launches a browser window with a google search for "tcc".
Note that I've included quotes in the alias, so that it will work with multiple search terms as well. That is, one can write:
[C:\] g how can I search google with tcc
And then the query will include all of those search terms
I'm interested in hearing any other idea y'all might have regarding google searching from the command line.
- Avi
For now, I'm using this alias:
alias g http://www.google.com/search?q=^q%%1$^q
Which lets me type:
[C:\] g tcc
This launches a browser window with a google search for "tcc".
Note that I've included quotes in the alias, so that it will work with multiple search terms as well. That is, one can write:
[C:\] g how can I search google with tcc
And then the query will include all of those search terms
I'm interested in hearing any other idea y'all might have regarding google searching from the command line.
- Avi