GNU bug report logs - #20794
ignore subdirectory with diff

Previous Next

Package: diffutils;

Reported by: "杨秉武" <detailyang <at> gmail.com>

Date: Fri, 12 Jun 2015 15:31:02 UTC

Severity: normal

Full log


Message #8 received at 20794 <at> debbugs.gnu.org (full text, mbox):

From: Jeff THUONG <jfthuong <at> gmail.com>
To: 20794 <at> debbugs.gnu.org
Subject: ignore subdirectory with diff
Date: Tue, 3 Jan 2017 12:04:06 +0800
[Message part 1 (text/plain, inline)]
One way to ignore a subdirectory is to use "-x <subdirectory name>"

In the following case, you could use "-x a". Note that would also ignore
files named "a" but not files "a.txt"


├── new
│   ├── a
│   ├── a.txt
│   ├── b
│   └── c
└── old
    ├── a
    │   ├── 1
    │   ├── 2
    │   └── 3
    ├── a.txt
    ├── b
    └── c


In case you want to ignore "aa/bb" (i.e. not comparing "old/aa/bb" and
"new/aa/bb"), you need to use "-x bb" so if you wanted to still
compare "new/cc/bb" and "old/cc/bb" you would be out of luck.
[Message part 2 (text/html, inline)]

This bug report was last modified 8 years and 164 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.