Skip to Content.
Sympa Menu

baslinux - Re: [BL] logging Linux system messages

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: baslinux AT lists.ibiblio.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] logging Linux system messages
  • Date: Sun, 15 Jun 2008 10:20:18 -0700 (PDT)

Hi Sindi,


--- baslinux AT lists.ibiblio.org wrote:

> You can see what is in the packages with
> tar -ztvf packagename.tgz


Thanks! That's exactly what i wanted.


> I forget how to save the output of that
> command to a file.


In any *nix operating system (including all
versions of Linux), you can use the redirect
symbol ">" to send the contents of any command
that would normally print its out put to the
screen, into a file instead. Thus:

tar -ztvf packagename.tgz > packagename.contents

("packagename.contents" is an example name --
you can call the output file anything you like.)


-monz












Archive powered by MHonArc 2.6.24.

Top of Page