13 Mar
2003
13 Mar
'03
11:44 a.m.
wbh <W.B.Hill@uea.ac.uk> writes:
find /wherever -print0 | xargs -0 chown gerald.users
'chown -R' is a trifle more idiomatic, though a variant using find would be appropriate if you wanted to chown more complicatedly chosen set of files. -- http://www.greenend.org.uk/rjk/