[ … ] Received: from localhost (localhost [127.0.0.1]) by bendel.debian.org (Postfix) with QMQP id EF8442074B; Wed, 21 Sep 2022 07:02:38 +0000 (UTC) [ … ] Mail-Followup-To: debian-user@lists.debian.org To: debian-user@lists.debian.org From: Emanuel Berg Subject: exif --remove not idempotent, and a Debian man page bug Date: Wed, 21 Sep 2022 09:02:09 +0200 Message-ID: <87fsgli51q.fsf@dataswamp.org> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cancel-Lock: sha1:FP8nPJF40zoPsSaMfO+xzd7FH2E= Mail-Copies-To: never X-Rc-Virus: 2007-09-13_01 X-Rc-Spam: 2008-11-04_01 Resent-Message-ID: Resent-From: debian-user@lists.debian.org X-Mailing-List: archive/latest/792492 X-Loop: debian-user@lists.debian.org List-Id: List-URL: List-Post: List-Help: List-Subscribe: List-Unsubscribe: Precedence: list Resent-Sender: debian-user-request@lists.debian.org List-Archive: https://lists.debian.org/msgid-search/87fsgli51q.fsf@dataswamp.org Resent-Date: Wed, 21 Sep 2022 07:02:38 +0000 (UTC) Status: RO Content-Length: 905 Lines: 29 >From IRC ... vengeance, you the exif(1) guy here, right, how can it be it isn't idempotent? I just run it for every jpg on the HDD and after done, it does the same thing again upon a 2nd invocation I'll mail Lutz Mueller as well for f in **/*.jpg; do exif --remove -o $f $f; done | grep 'Wrote file' | wc -l # 2277 (1st invocation) for f in **/*.jpg; do exif --remove -o $f $f; done | grep 'Wrote file' | wc -l # 2277 (2nd invocation) ?? ah that mail is 550 unknown user let's post it on gmane.linux.debian.user then ... Debian should remove that from the man page then, i.e. exif(1) -- underground experts united https://dataswamp.org/~incal