Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.030 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'files.': 0.09; 'compression': 0.16; 'gzip': 0.16; 'subject:expression': 0.16; 'subject:regular': 0.16; 'cc:addr:python-list': 0.16; 'looked': 0.16; 'wrote:': 0.18; 'to:2**1': 0.21; 'holds': 0.21; 'header:In- Reply-To:1': 0.22; '(though': 0.23; 'referring': 0.23; '(like': 0.26; 'cc:2**0': 0.26; "i'm": 0.28; 'preferences': 0.29; 'cc:addr:python.org': 0.29; 'pm,': 0.29; 'tar': 0.30; 'subject:?': 0.31; "i've": 0.32; "can't": 0.33; 'header:User-Agent:1': 0.33; 'normally': 0.34; 'subject:What': 0.34; 'received:128': 0.38; 'files': 0.39; 'subject:best': 0.67; 'subject:this': 0.74; 'subject:write': 0.84; 'winrar': 0.96 Date: Wed, 07 Mar 2012 16:02:42 -0600 From: Evan Driscoll User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: "Prasad, Ramit" Subject: Re: RE: What's the best way to write this regular expression? References: <12783654.1174.1331073814011.JavaMail.geo-discussion-forums@yner4> <5B80DD153D7D744689F57F4FB69AF47419567C@SCACMX008.exchad.jpmchase.net> In-Reply-To: <5B80DD153D7D744689F57F4FB69AF47419567C@SCACMX008.exchad.jpmchase.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "python-list@python.org" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1331157787 news.xs4all.nl 6965 [2001:888:2000:d::a6]:53107 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:21355 On 01/-10/-28163 01:59 PM, Prasad, Ramit wrote: > gz stands for gzip and is a form of compression (like rar/zip ). > tar stands for a tape archive. It is basically a box that holds the > files. So you need to "unzip" and then "open the box". > > Normally programs like WinZip / WinRar / 7-zip will do both in one step > so you do not need to. Not sure what program you are using... I'm not sure what 7-zip you're referring to, because I use 7-zip and it's always been a two-step process for me... (Though I can't say I've looked through the preferences dialog for a "extract .tar.gz files in one go" setting.) Evan