I made a google cli function for .bashrc - is there a better way to do this?
<ol>
<li>install elinks</li>
<li>put the following in your .bashrc</li>
</ol>
<p>function google { /usr/bin/links g:"$1 $2 $3 $4 $5 $6 $7 $8"; }</p>
<ol>
<li>use/examples:</li>
</ol>
<p>$ google 2*4
$ google 1 dollar in euros
$ google translate aller
$ google weather </p>
<ol>
<li>I cannot believe I have created the best way to do this?</li>
</ol>