[24790] in SIPB bug reports
Re: unzipping files
daemon@ATHENA.MIT.EDU (Courtney N Greene)
Fri Apr 29 20:41:20 2005
From cng34@MIT.EDU Sat Apr 30 00:41:19 2005
Return-Path: <cng34@MIT.EDU>
Delivered-To: bug-sipb-mtg@CHARON.mit.edu
Received: (qmail 19970 invoked from network); 30 Apr 2005 00:41:19 -0000
Received: from biscayne-one-station.mit.edu (18.7.7.80)
by charon.mit.edu with SMTP; 30 Apr 2005 00:41:19 -0000
Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103])
by biscayne-one-station.mit.edu (8.12.4/8.9.2) with ESMTP id j3U0fG33022574
for <bug-sipb@mit.edu>; Fri, 29 Apr 2005 20:41:16 -0400 (EDT)
Received: from m12-182-5.mit.edu (M12-182-5.MIT.EDU [18.19.0.36])
(authenticated bits=56)
(User authenticated as cng34@ATHENA.MIT.EDU)
by outgoing.mit.edu (8.12.4/8.12.4) with ESMTP id j3U0f9q5013438
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
for <bug-sipb@MIT.EDU>; Fri, 29 Apr 2005 20:41:10 -0400 (EDT)
Received: (from cng34@localhost) by m12-182-5.mit.edu (8.12.9)
id j3U0f9Nk020126; Fri, 29 Apr 2005 20:41:09 -0400
Subject: Re: unzipping files
From: Courtney N Greene <cng34@MIT.EDU>
To: bug-sipb@mit.edu
In-Reply-To: <200504300013.j3U0DBUV003400@kamp-krusty.mit.edu>
References: <1114818672.19470.1.camel@m12-182-5.mit.edu>
<200504300013.j3U0DBUV003400@kamp-krusty.mit.edu>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Message-Id: <1114821669.19470.3.camel@m12-182-5.mit.edu>
Mime-Version: 1.0
X-Mailer: Ximian Evolution 1.4.5
Date: Fri, 29 Apr 2005 20:41:09 -0400
X-Spam-Score: -3.906
X-Spam-Flag: NO
X-Scanned-By: MIMEDefang 2.42
Hi, your suggestion helped. Now the question is how do I open these
files in acrobat so I can read them?
Courtney
On Fri, 2005-04-29 at 20:13, Jacob Morzinski wrote:
> On Fri, 29 Apr 2005, Courtney N Greene <cng34@MIT.EDU> wrote:
> > Hi, I'm trying to use the program in the sipb locker to unzip a file.
> > For some reason it's not recognizing the file name. It's saved in my
> > public directory, so how do I access and unzip the file?
>
> Hi,
>
> Without seeing what error message you are getting, this is hard
> to answer. We can make a guess, though:
>
> The unzip program needs to be be told what file to unzip, and
> capitalization matters. Trying "unzip public/2005_table.zip"
> won't work, because "Public" is spelled with a capital "P", and
> "2005_Table.zip" is spelled with a capital "T".
>
> Try:
>
> add sipb
> cd ~/Public
> unzip 2005_Table.zip
>
>
> Regards,
> Jacob Morzinski
> MIT SIPB