bug-coreutils
[Top][All Lists]
Advanced

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

bug#18681: The Linux cp command has bugs


From: Assaf Gordon
Subject: bug#18681: The Linux cp command has bugs
Date: Fri, 10 Oct 2014 15:15:18 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2

Sorry, had a typo:

On 10/10/2014 03:13 PM, Assaf Gordon wrote:
     # For each file managed by git (with 'git ls'),
     # compare it to the corresponding file in the other directory:
     git ls -0 | xargs -0 -I% diff -q % ../dpdk-1.7.1/%


Should be:
 git ls -z | xargs -0 -I% diff -q % ../dpdk-1.7.1/%






reply via email to

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