On Wed, Oct 23, 2002 at 10:10:47AM +0530, Philip S Tellis wrote:
> On Tue, 22 Oct 2002, USM Bish wrote:
> 
> > Yep, very much possible possible ... normally it is best to do
> > a tar -tzvf to see what all the tarball  contains and if there
>          ^^^^
> never do t and v together.
---end quoted text---

No reason why not. The -v gives you the sizes of the details of
individual components of a tarball, which is very useful ... 

bish@aedes:~$ tar -tzvf Par152.tar.gz
drwx------ amc/grad          0 2001-04-30 02:40 Par152/
-rw------- amc/grad       4528 2001-03-09 05:21 Par152/buffer.c
-rw------- amc/grad       2298 2001-03-09 05:21 Par152/buffer.h
etc ....

Whereas, a mere tzf only fives the contents ... viz:

bish@aedes:~$ tar -tzf Par152.tar.gz
Par152/
Par152/buffer.c
Par152/buffer.h
etc ....

There may be something in your recommendation of not using -v
with -t, which I am not aware of ... it would be nice to know
why ...

Bish

--
:
####[ GNU/Linux One Stanza Tip (LOST) ]#######################

Sub : Removing a HUGE file                           LOST #011

To remove a HUGE file which causes crash of ls and rm commands
do:
$ cat /dev/null > mybigfile
$ rm mybigfile

####<[EMAIL PROTECTED]>####################################
:


-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0002en

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to