Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'unavailable': 0.09; 'python': 0.11; '-tkc': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'received:174.136': 0.16; 'script?': 0.16; 'wrote:': 0.16; 'app': 0.16; ';-)': 0.18; 'windows': 0.20; 'pipe': 0.22; 'header:In- Reply-To:1': 0.24; 'michael': 0.33; 'to:addr:python-list': 0.35; "isn't": 0.35; 'received:10': 0.37; 'subject:: ': 0.37; 'charset :us-ascii': 0.37; 'say': 0.38; 'to:addr:python.org': 0.39; 'where': 0.40; 'why': 0.40; 'your': 0.60; 'results': 0.66; 'poorly': 0.93 X-Sender-Id: wwwh|x-authuser|tim@thechases.com X-Sender-Id: wwwh|x-authuser|tim@thechases.com X-MC-Relay: Neutral X-MailChannels-SenderId: wwwh|x-authuser|tim@thechases.com X-MailChannels-Auth-Id: wwwh X-MC-Loop-Signature: 1433445423666:3102222668 X-MC-Ingress-Time: 1433445423666 Date: Thu, 4 Jun 2015 14:17:23 -0500 From: Tim Chase To: python-list@python.org Subject: Re: Find in ipython3 In-Reply-To: <5570A252.9040908@gmail.com> References: <87y4k2hyvf.fsf@Equus.decebal.nl> <5570A252.9040908@gmail.com> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AuthUser: tim@thechases.com X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1433445966 news.xs4all.nl 2843 [2001:888:2000:d::a6]:43590 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:92089 On 2015-06-04 13:09, Michael Torrie wrote: > Why not use Python for what it's good for and say pipe the results > of find into your python script? Reinventing find poorly isn't > going to buy you anything. Until you port your app to Windows where find(1) is unavailable natively ;-) -tkc