On 18/10/2013, sin <s...@2f30.org> wrote:
> find: Useless, just do `du -a | grep blabla'

Yes, this is what one does on Plan 9.

> I realize when xargs is useful, I just hate it.

Yep, the basic function is sane, but the other crap, insert mode and
quotation and such, loses.

On 18/10/2013, Truls Becken <truls.bec...@gmail.com> wrote:
> On 2013-10-18, at 12:29, sin wrote:
>
>> find: Useless, just do `du -a | grep blabla'
>
> I'm not interested in disk usage, but finding files based on certain
> properties, such as update time, ownership, permissions, etc.

du -a | cut -f 2

Cheers,
Strake

Reply via email to