Opened 18 years ago
Closed 18 years ago
#1932 closed enhancement (fixed)
Inconsistent usage of -v flag in tar commands
Reported by: | 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 , 18 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r7907.