[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-team] gzip | dd problem



Bonjour,

J'ai qqchose que je n'arrive pas a comprendre. J'ai lance la commande
suivante plusieurs fois de suite. J'obtiens des resultats differents ! 
Le fichier blank fait 1Mb. 
J'ai essaye sur Solaris. la taille du fichier de sortie est incorrecte
egalement.

Patrick Vranckx
vranckx@sia.ucl.ac.be

[root]#gzip -dc blank.gz | dd of=output ibs=2500 count=15 ; du
-b
output
15+0 records in
73+1 records out
37500   output
[root]#gzip -dc blank.gz | dd of=output ibs=2500 count=15 ; du -b
output
8+7 records in
60+1 records out
31172   output
[root]#gzip -dc blank.gz | dd of=output ibs=2500 count=15 ; du -b
output
8+7 records in
60+1 records out
31172   output
[root]#gzip -dc blank.gz | dd of=output ibs=2500 count=15 ; du -b
output
8+7 records in
60+1 records out
31172   output
[root]#gzip -dc blank.gz | dd of=output ibs=2500 count=15 ; du -b
output
8+7 records in
60+1 records out
31172   output
[root]#gzip -dc blank.gz | dd of=output ibs=2500 count=15 ; du -b
output
15+0 records in
73+1 records out
37500   output


---------
This message was sent by Majordomo 1.94.3. Please report problems to
manu@rtfm.be. If you want to be deleted from the list, send a mail to
majordomo@rtfm.be with "unsubscribe linux-team" in the body.