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

Joshua Isom jrisom at gmail.com
Tue Jan 29 02:41:44 UTC 2013


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.


More information about the freebsd-questions mailing list