Your message dated Fri, 4 Jul 2008 01:08:16 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: fdupes: option to prevent the prompt for preserve
has caused the Debian Bug report #153042,
regarding fdupes: option to prevent the prompt for preserve
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
153042: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=153042
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: fdupes
Version: 1.40-2
Severity: wishlist

Hi,

I would really appreciate an option to prevent prompting for each file.
If you do a search over a huge amount of files and really don't mind
about which file is preserved, it not really good to manually say which
file to preserve.
An option to always preserve the first file would be very good.

Bye
Marco

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux lurkabove.darkstar 2.4.17 #1 Mon Jul 15 16:32:13 CEST 2002 i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

Versions of packages fdupes depends on:
ii  libc6                         2.2.5-6    GNU C Library: Shared libraries an



--- End Message ---
--- Begin Message ---
Version: 1.50-PR2-1

Option -N together with -d does what you asked for:

$ touch a b c
$ touch '12
> 34'
$ ls -l
total 0
-rw-r--r-- 1 morph morph 0 2008-07-04 00:52 12?34
-rw-r--r-- 1 morph morph 0 2008-07-04 00:52 a
-rw-r--r-- 1 morph morph 0 2008-07-04 00:52 b
-rw-r--r-- 1 morph morph 0 2008-07-04 00:52 c
$ fdupes -d -N .

   [+] ./a
   [-] ./b
   [-] ./c
   [-] ./12
34
$

hence I'm closing this bug. Thanks for the report,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


--- End Message ---

Reply via email to