On 08/07/2008 12:49 PM, Doug Pollard wrote: > Mumia W. wrote: >> [...] >> Use this command to get a list of files in your home directory that are >> not owned by you: >> >> find ~ \! -uid `id -u` >> > find: invalid argument `id -u' to `-uid' > [...] find ~ \! -uid $(id -u)