----- Original Message -----

> From: Džen <yvl...@gmail.com>
> 
> On 23/10/2011 23:43, Kurt H Maier wrote:
> [...]
>>  ls /usr/bin/ &&  ls /usr/local/bin
> 
> Your one-liner sucks. Talking about CLI tools, most of all we should be
> precise at how to use them correctly; otherwise how would we be able to
> decide whether they are useful or not? How about
> 
>     ls /usr/bin /usr/local/bin
> 
> -- Džen
>

What about 
ls /usr/{,local}/bin

Reply via email to