bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #59083] enhancement: find -D exec


From: Bernhard Voelker
Subject: [bug #59083] enhancement: find -D exec
Date: Tue, 22 Sep 2020 17:18:01 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:79.0) Gecko/20100101 Firefox/79.0

Update of bug #59083 (project findutils):

                  Status:             Code Review => Fixed                  

    _______________________________________________________

Follow-up Comment #3:

Thanks for checking.  Pushed.

Regarding the varying argc numbers: this depends on the length
of the arguments ... the sum of which always a bit below 128k
(apart from the last run, obviously):


$ ~/findutils/find/find -D exec /usr -exec echo {} + 2>&1 \
     | grep 'DebugExec.*argc=' \
     | awk '{print $1, $2, $3, $4, length($0)}'
DebugExec: launching process (argc=3136): 137380
DebugExec: launching process (argc=1451): 133920
DebugExec: launching process (argc=2034): 135127
DebugExec: launching process (argc=2422): 135919
DebugExec: launching process (argc=2052): 135217
DebugExec: launching process (argc=1996): 135045
...
DebugExec: launching process (argc=2363): 135778
DebugExec: launching process (argc=250): 14865


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59083>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]