Re: Script to delete duplicate files

2006-05-24 Thread Gregory Seidman
On Tue, May 23, 2006 at 09:58:16AM -0700, Curtis Vaughan wrote: } } On 19.05.2006, at 21:39, Ken Irving wrote: } } >On Fri, May 19, 2006 at 07:10:41PM -0700, Curtis Vaughan wrote: } >>Ok, using fdupes -f I have created a file that contains a list of all } >>duplicate files. So, what command can a

Re: Script to delete duplicate files

2006-05-23 Thread Curtis Vaughan
On 23.05.2006, at 9:58, Curtis Vaughan wrote: On 19.05.2006, at 21:39, Ken Irving wrote: On Fri, May 19, 2006 at 07:10:41PM -0700, Curtis Vaughan wrote: Ok, using fdupes -f I have created a file that contains a list of all duplicate files. So, what command can a run against that file to

Re: Script to delete duplicate files

2006-05-23 Thread Andrew Sackville-West
On Tue, May 23, 2006 at 09:58:16AM -0700, Curtis Vaughan wrote: > > On 19.05.2006, at 21:39, Ken Irving wrote: > > >On Fri, May 19, 2006 at 07:10:41PM -0700, Curtis Vaughan wrote: > >>Ok, using fdupes -f I have created a file that contains a list of all > >>duplicate files. So, what command can a

Re: Script to delete duplicate files

2006-05-23 Thread Curtis Vaughan
On 19.05.2006, at 21:39, Ken Irving wrote: On Fri, May 19, 2006 at 07:10:41PM -0700, Curtis Vaughan wrote: Ok, using fdupes -f I have created a file that contains a list of all duplicate files. So, what command can a run against that file to delete all the files listed in it? Or since I kn

Re: Script to delete duplicate files

2006-05-20 Thread Andrew Sackville-West
On Sat, May 20, 2006 at 09:18:32AM -0600, Paul E Condon wrote: > On Fri, May 19, 2006 at 08:40:33PM -0700, Curtis Vaughan wrote: > > Paul E Condon wrote: > > > > >On Fri, May 19, 2006 at 07:10:41PM -0700, Curtis Vaughan wrote: > > > > > > > > >>Ok, using fdupes -f I have created a file that conta

Re: Script to delete duplicate files

2006-05-20 Thread Paul E Condon
On Sat, May 20, 2006 at 09:42:25AM -0400, [EMAIL PROTECTED] wrote: > On Fri, May 19, 2006 at 07:10:41PM -0700, Curtis Vaughan wrote: > > Ok, using fdupes -f I have created a file that contains a list of all > > duplicate files. So, what command can a run against that file to delete > > all the fi

Re: Script to delete duplicate files

2006-05-20 Thread Paul E Condon
On Fri, May 19, 2006 at 08:40:33PM -0700, Curtis Vaughan wrote: > Paul E Condon wrote: > > >On Fri, May 19, 2006 at 07:10:41PM -0700, Curtis Vaughan wrote: > > > > > >>Ok, using fdupes -f I have created a file that contains a list of all > >>duplicate files. So, what command can a run against th

Re: Script to delete duplicate files

2006-05-20 Thread hendrik
On Fri, May 19, 2006 at 07:10:41PM -0700, Curtis Vaughan wrote: > Ok, using fdupes -f I have created a file that contains a list of all > duplicate files. So, what command can a run against that file to delete > all the files listed in it? > > Or since I know that fdupes -f works, could I just d

Re: Script to delete duplicate files

2006-05-20 Thread Joris Huizer
Curtis Vaughan wrote: No actually the -d option is not an option. The reason is is because it then asks you after all found duplicates, which of them you wish to keep. Well, I have some 5000 duplicates to go through, so it will take forever. I would rather think of a way to use the output of

Re: Script to delete duplicate files

2006-05-19 Thread Ken Irving
On Fri, May 19, 2006 at 07:10:41PM -0700, Curtis Vaughan wrote: > Ok, using fdupes -f I have created a file that contains a list of all > duplicate files. So, what command can a run against that file to delete > all the files listed in it? > > Or since I know that fdupes -f works, could I just d

Re: Script to delete duplicate files

2006-05-19 Thread Curtis Vaughan
Paul E Condon wrote: On Fri, May 19, 2006 at 07:10:41PM -0700, Curtis Vaughan wrote: Ok, using fdupes -f I have created a file that contains a list of all duplicate files. So, what command can a run against that file to delete all the files listed in it? Or since I know that fdupes -f wor

Re: Script to delete duplicate files

2006-05-19 Thread Paul E Condon
On Fri, May 19, 2006 at 07:10:41PM -0700, Curtis Vaughan wrote: > Ok, using fdupes -f I have created a file that contains a list of all > duplicate files. So, what command can a run against that file to delete > all the files listed in it? > > Or since I know that fdupes -f works, could I just d

Re: Script to delete duplicate files

2006-05-19 Thread Curtis Vaughan
Ok, using fdupes -f I have created a file that contains a list of all duplicate files. So, what command can a run against that file to delete all the files listed in it? Or since I know that fdupes -f works, could I just do something like: fdupes -f ./ | rm * or would that rm everything? Tha

Re: Script to delete duplicate files

2006-05-18 Thread Justin Guerin
On Wednesday 17 May 2006 17:40, Curtis Vaughan wrote: > When moving numerous messages from one IMAP folder to another it > turns out that I now have multiple copies of many messages in my > folder (that I moved everything too). Going to the server, I can see > that there are are in fact multiple co

Re: Script to delete duplicate files

2006-05-17 Thread Gregory Seidman
On Wed, May 17, 2006 at 04:40:09PM -0700, Curtis Vaughan wrote: } When moving numerous messages from one IMAP folder to another it } turns out that I now have multiple copies of many messages in my } folder (that I moved everything too). Going to the server, I can see } that there are are in