﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1932	Inconsistent usage of -v flag in tar commands	balazs@…	Matthew Burgess	"I suggest usage of -v switch in all tar commands:[[BR]]


== Chapter 6.9 ==
tar -xf ../glibc-libidn-2.5.tar.bz2[[BR]]
should be[[BR]]

{{{
tar -xvf ../glibc-libidn-2.5.tar.bz2
}}}


== Chapter 6.55 ==
tar -xf ../udev-config-20061021.tar.bz2[[BR]]
should be[[BR]]

{{{
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:[[BR]]
tar -xvf ../bash-doc-3.2.tar.gz"	enhancement	closed	lowest	Future	Book	SVN	trivial	fixed		
