Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #78053 > unrolled thread

Re: program to generate data helpful in finding duplicate large files

Started byDennis Lee Bieber <wlfraed@ix.netcom.com>
First post2014-09-18 20:08 -0400
Last post2014-09-18 20:08 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: program to generate data helpful in finding duplicate large files Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-09-18 20:08 -0400

#78053 — Re: program to generate data helpful in finding duplicate large files

FromDennis Lee Bieber <wlfraed@ix.netcom.com>
Date2014-09-18 20:08 -0400
SubjectRe: program to generate data helpful in finding duplicate large files
Message-ID<mailman.14131.1411085303.18130.python-list@python.org>
5On Thu, 18 Sep 2014 11:45:41 -0700, Chris Kaynor
<ckaynor@zindagigames.com> declaimed the following:

>On Thu, Sep 18, 2014 at 11:11 AM, David Alban <extasia@extasia.org> wrote:


>>
>> *start_directory = re.sub( '/+$', '', args.start_directory )*
>>
>
>I'm not sure this is actually needed. Its also not platform-independent as
>some platforms (eg, Windows) primary uses "\" instead.
>

	Not to mention that os.path has lots of functions for manipulating file
names/paths... Along with normpath() to set the /, \ dichotomy to the local
system.
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
    wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web