public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* Using tar
@  gshang
   ` charles crawford
   ` Gregory Nowak
  0 siblings, 2 replies; 5+ messages in thread
From: gshang @  UTC (permalink / raw)
  To: speakup

> I then went to the directory and tried tar -x filename and heard
>nothing.  Only control-z or was it -c worked to get me back to the prompt.

You almost got it.  You want:

tar -xf filename

Note that many tar files are gzipped as well (i.e. they're tar.gz files), 
so you would need

tar -zxf filename

for these.  Also note that most tar files have their own subdir in them so 
they'll unpack underneath where you are.

Geoff.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Using tar
   Using tar gshang
@  ` charles crawford
   ` Gregory Nowak
  1 sibling, 0 replies; 5+ messages in thread
From: charles crawford @  UTC (permalink / raw)
  To: speakup

Jeff,

	thaks will try the unpacking noe.

-- charlie.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Using tar
   Using tar gshang
   ` charles crawford
@  ` Gregory Nowak
  1 sibling, 0 replies; 5+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: speakup

Sorry about that, I forgot the f option in my post, Geoff is correct here.
Greg


On Sun, Feb 03, 2002 at 07:30:51AM +1000, gshang@uq.net.au wrote:
> 
> > I then went to the directory and tried tar -x filename and heard
> >nothing.  Only control-z or was it -c worked to get me back to the prompt.
> 
> You almost got it.  You want:
> 
> tar -xf filename
> 
> Note that many tar files are gzipped as well (i.e. they're tar.gz files), 
> so you would need
> 
> tar -zxf filename
> 
> for these.  Also note that most tar files have their own subdir in them so 
> they'll unpack underneath where you are.
> 
> Geoff.
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Using TAR
     ` Using TAR Charles Crawford
@      ` Gregory Nowak
  0 siblings, 0 replies; 5+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: speakup

Tar is an exception to the rule, in that its options don't require the dash. Also, the dosemu files are .tar.gz files, which means they ned to be piped through gunzip before they can be piped through tar. To have tar automatically do this, the basic options you need are zx (z for pipe through gunzip, and x for extract). So, what you want to type is something like:
"tar zx filename".
Hth.
Greg


On Sat, Feb 02, 2002 at 03:19:37PM -0500, Charles Crawford wrote:
> Hi All,
> 
> 	I downloaded dosemu and got a tar file.  Now remember I don't know a whole 
> lot about Linux and so I managed to copy the file to a directory I 
> created.  I then went to the directory and tried tar -x filename and heard 
> nothing.  Only control-z or was it -c worked to get me back to the prompt. 
> So how do I extract the contents of the dosemu file and run the program?  I 
> presume I can extract the files in the directory I have created for them 
> which I am sitting in.
> 
> -- Charlie.
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Using TAR
   ` Amanda Lee
@    ` Charles Crawford
       ` Gregory Nowak
  0 siblings, 1 reply; 5+ messages in thread
From: Charles Crawford @  UTC (permalink / raw)
  To: speakup

Hi All,

	I downloaded dosemu and got a tar file.  Now remember I don't know a whole 
lot about Linux and so I managed to copy the file to a directory I 
created.  I then went to the directory and tried tar -x filename and heard 
nothing.  Only control-z or was it -c worked to get me back to the prompt. 
So how do I extract the contents of the dosemu file and run the program?  I 
presume I can extract the files in the directory I have created for them 
which I am sitting in.

-- Charlie.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 Using tar gshang
 ` charles crawford
 ` Gregory Nowak
  -- strict thread matches above, loose matches on Subject: below --
 New and in need of help Georgina
 ` Amanda Lee
   ` Using TAR Charles Crawford
     ` Gregory Nowak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).