Ticket #1932 (closed enhancement: fixed)

Opened 2 years ago

Last modified 1 year ago

Inconsistent usage of -v flag in tar commands

Reported by: balazs@fang.fa.gau.hu Assigned to: matthew@linuxfromscratch.org
Priority: lowest Milestone: Future
Component: Book Version: SVN
Severity: trivial Keywords:
Cc:

Description

I suggest usage of -v switch in all tar commands:

Chapter 6.9

tar -xf ../glibc-libidn-2.5.tar.bz2
should be

tar -xvf ../glibc-libidn-2.5.tar.bz2

Chapter 6.55

tar -xf ../udev-config-20061021.tar.bz2
should be

tar -xvf ../udev-config-20061021.tar.bz2

Since usage of -v switch is general in the book, even in the tar command in chapter 6.28:
tar -xvf ../bash-doc-3.2.tar.gz

Change History

01/28/07 12:41:01 changed by matthew@linuxfromscratch.org

  • owner changed from lfs-book@linuxfromscratch.org to matthew@linuxfromscratch.org.
  • status changed from new to assigned.

01/31/07 11:31:43 changed by matthew@linuxfromscratch.org

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed in r7907.