bug-findutils
[Top][All Lists]
Advanced

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

[bug #10678] xargs: unmatched single quote


From: James Youngman
Subject: [bug #10678] xargs: unmatched single quote
Date: Sun, 20 Aug 2006 09:07:09 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.0.5) Gecko/20060731 Ubuntu/dapper-security Firefox/1.5.0.5

Follow-up Comment #6, bug #10678 (project findutils):

You should also be able to do it this way:

find -mindepth 2 -type f -print0 | sort -z -S 4M | xargs -0 -r md5sum >>
$$md5sum

or this way

find -mindepth 2 -type f -exec md5sum {} \+ | sort -k2 >> $$md5sum


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?10678>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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