<p dir="ltr"><br>
On Jan 27, 2016 1:50 PM, "Bradley D. Thornton" <<a href="mailto:Bradley@northtech.us">Bradley@northtech.us</a>> wrote:<br>
><br>
><br>
><br>
> On 1/1/2016 2:29 PM, Ryan P.C. McQuen wrote:<br>
>><br>
>><br>
>><br>
>> > sbopkg -Bi libbonobo<br>
>> > Both a queuefile and a package were found with the name "libbonobo".<br>
>> ><br>
>> > Use (Q)ueuefile, (P)ackage, or (A)bort?: q<br>
>><br>
>> If you want to script it just pipe 'echo q' into your sbopkg command:<br>
>><br>
>>   echo q | sbopkg ...<br>
>><br>
><br>
> Very nice Ryan :)<br>
><br>
>  echo "alias sbfind='sbopkg -g'<br>
> alias sbgo='echo q |sbopkg -Bi'" >> /root/.bashrc<br>
> . /root/.bashrc<br>
><br>
> Not a big fan of aliases, but I was inspired by what what the Paclid's asked of Geordi LaForge - Make it go! Make it go fast!<br></p>
<p dir="ltr">You could always use shell functions instead of aliases, they often look cleaner ...</p>