Re: [dev] [sbase] Command list
On 18/10/2013, sin <sin_AT_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.becken_AT_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
Received on Fri Oct 18 2013 - 14:53:17 CEST
This archive was generated by hypermail 2.3.0
: Fri Oct 18 2013 - 15:00:10 CEST