Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.user > #191545
| From | Greg Wooledge <wooledg@eeg.ccf.org> |
|---|---|
| Newsgroups | linux.debian.user |
| Subject | Re: extracting file with xz file tar..... |
| Date | 2018-01-25 21:40 +0100 |
| Message-ID | <vbWtr-2aB-5@gated-at.bofh.it> (permalink) |
| References | <vbWtr-2aB-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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.)
Back to linux.debian.user | Previous | Next — Next in thread | Find similar | Unroll thread
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
csiph-web