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: Feiyun Wang
Subject: [bug #10678] xargs: unmatched single quote
Date: Sun, 20 Aug 2006 08:09:38 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.7.12) Gecko/20050915

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

I use "sed" and "tr" to walk around this bug:
find -mindepth 2 -type f | sort -S 4M > $$newmd5.file
sed -e "s/^\(.*\)$/\"\1\"/" $$newmd5.file | tr -s \r\n \0 | xargs -0 -r
md5sum >> $$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]