How to fix a broken owner for files from world & build from ports?

Ralf Mardorf ralf.mardorf at rocketmail.com
Tue Jan 29 02:55:05 UTC 2013


On Tue, 29 Jan 2013 03:41:34 +0100, Joshua Isom <jrisom at gmail.com> wrote:
> On 1/28/2013 7:56 PM, Ralf Mardorf wrote:
>> Still not perfect, I guess I need something similar to ls -RAl for some
>> directories :S and I didn't test what awk will do with names including a
>> space.
>
> Try `find /dir -ls`.  You can pipe it into sed like this `find /dir -ls|  
> sed -e 's%/dir%%g'` and then get something easily comparable.

Cool, it does display the path, but there's still the other issue:

$ touch test\ test
$ find * -ls| sed -e 's%/dir%%g'| awk '{print $5" "$11}'
rocketmouse test

Perhaps awk isn't that important, but it e.g. will filter different file  
sizes, for e.g. configurations I edited in the meantime.

:(


More information about the freebsd-questions mailing list