Search Results

Search: Posts Made By: Don Cragun
4,865
Posted By Don Cragun
Hi MadeInGermany, I stand corrected. Note,...
Hi MadeInGermany,
I stand corrected. Note, however, that it isn't -exec that needs the (seemingly) extra argument in:
find path -type f -exec command initial_args {} +
The reason the args[0]...
4,865
Posted By Don Cragun
I haven't seen any reports about UNIX-branded...
I haven't seen any reports about UNIX-branded implementations (including AIX) of find behaving contrary to the requirements of the standards in the last decade where the given command-line met the...
4,865
Posted By Don Cragun
And this is a problem why?[/quote] This is a...
And this is a problem why?[/quote]
This is a problem because rm may remove a file before it is listed by ls and archived by tar.

The -exec ... + primary gathers arguments for each invocation of...
4,865
Posted By Don Cragun
I see that you have chosen to ignore the problems...
I see that you have chosen to ignore the problems I mentioned in post #9 in this thread. You do so at your own peril!

From the error you have shown us, we might guess that one or more of the...
4,865
Posted By Don Cragun
No. Do not use -exec ... + in cases like this. ...
No. Do not use -exec ... + in cases like this. If there are enough files to trigger an invocation of one of these -exec primaries before the find has processed the entire file hierarchy, the list...
Showing results 1 to 5 of 5

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