Opened 17 years ago

Closed 17 years ago

#1932 closed enhancement (fixed)

Inconsistent usage of -v flag in tar commands

Reported by: balazs@… Owned by: Matthew Burgess
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 (2)

comment:1 by Matthew Burgess, 17 years ago

Owner: changed from lfs-book@… to Matthew Burgess
Status: newassigned

comment:2 by Matthew Burgess, 17 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r7907.

Note: See TracTickets for help on using tickets.