trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: March 2019

Re: Re: okular spew

From: deloptes <deloptes@...>
Date: Sat, 09 Mar 2019 20:10:55 +0100
Gene Heskett wrote:

> gene@coyote:~$ ls -lR |grep root -|wc -l
> 7927

I am not sure it is the best way, because if you have root in the name of
the file, or even a directory called something like root, it would return
positive.

better use: find ~/ -user root