|
|
what is verbose mode - Linux
|
Views : 2382
|
|
Tagged in : Linux
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
The v switch can be used to enable the verbose mode. This can be useful if you would like to see a list of files being compressed or extracted. For example, lets extract the dir.tar.gz archive, with verbose mode enabled, using the following command.
tar xvzf dir.tar.gz # ©2007 linux.dsplabs.com.au
The above command produces a list of inflated files as shown in the following output.
dir/
dir/NVIDIA_DRIVER_README.txt
dir/NVIDIA_LICENSE.txt
dir/readme.txt
|
|
By gowtham, On - 2010-02-03 |
|
|
|