Search Results

Search: Posts Made By: dheian
5,867
Posted By alister
In one pass without xargs (tested with an old GNU...
In one pass without xargs (tested with an old GNU find):

find /usr/local/apache/htdocs \
\( -user apache -group apache -o -exec chown apache:apache {} + \) \
\( -type d ! -perm 755 -exec...
5,683
Posted By MadeInGermany
Run the git-update-server-info without exec
Run the git-update-server-info without exec
13,762
Posted By Scott
It's the old "it works for me" thing :) - but I...
It's the old "it works for me" thing :) - but I didn't use the -print0 option (because AIX find doesn't support it!)

I don't know just how old your xargs is, but try either using -n1 with it, or...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 03:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy