Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.user > #191545 > unrolled thread

Re: extracting file with xz file tar.....

Started byGreg Wooledge <wooledg@eeg.ccf.org>
First post2018-01-25 21:40 +0100
Last post2018-01-25 22:10 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.debian.user

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: extracting file with xz file tar..... Greg Wooledge <wooledg@eeg.ccf.org> - 2018-01-25 21:40 +0100
    Re: extracting file with xz file tar..... Michael Fothergill <michael.fothergill@gmail.com> - 2018-01-25 22:10 +0100

#191545 — Re: extracting file with xz file tar.....

FromGreg Wooledge <wooledg@eeg.ccf.org>
Date2018-01-25 21:40 +0100
SubjectRe: extracting file with xz file tar.....
Message-ID<vbWtr-2aB-5@gated-at.bofh.it>
On Thu, Jan 25, 2018 at 08:14:24PM +0000, Michael Fothergill wrote:
> root@mikef-PC:/usr/src# tar -xf linux-4.14.15.tar.xz
> 
> Can anyone think of a command that will let me know where the files
> went/confirm it ran properly?

Use "tar -xvf ..." to get verbose output (filenames) during the extraction.

Or, use "tar -tvf ..." to get a table of contents of the archive.
(You probably want to pipe that through less, or some other pager.)

[toc] | [next] | [standalone]


#191557

FromMichael Fothergill <michael.fothergill@gmail.com>
Date2018-01-25 22:10 +0100
Message-ID<vbWWt-2AP-5@gated-at.bofh.it>
In reply to#191545

[Multipart message — attachments visible in raw view] — view raw

On 25 January 2018 at 20:33, Greg Wooledge <wooledg@eeg.ccf.org> wrote:

> On Thu, Jan 25, 2018 at 08:14:24PM +0000, Michael Fothergill wrote:
> > root@mikef-PC:/usr/src# tar -xf linux-4.14.15.tar.xz
> >
> > Can anyone think of a command that will let me know where the files
> > went/confirm it ran properly?
>
> Use "tar -xvf ..." to get verbose output (filenames) during the extraction.
>

​Many thanks,  I did this and then realised that the creation date of Jan
23rd for the linux 4.14.15 directory created is for this kernel - that is
the date given for it being made on the kernel.org site.

I now what planet I am on here with this.

A trap here was that I already have a kernel installed which is 4.14.15 rc8
so I could have ​mistaken it for that so it was not as simple as looking
for a file with 4.14.15 in it etc in /usr/src etc.

It's OK.

I will try copying the config file from the 4.14.15rc8 kernel (where ever
that might live - I am going to have to learn to find them by sense of
smell) and use it for the compilation.

Cheers

MF




>
> Or, use "tar -tvf ..." to get a table of contents of the archive.
> (You probably want to pipe that through less, or some other pager.)
>
>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.debian.user


csiph-web