On Tue, Oct 10, 2000 at 01:45:51PM -0400, rpjday wrote:
| dd if=/dev/hda | gzip > test.gz
| 
| rday
| 
| p.s.  dd if=/dev/hda bs=96k | gzip > test.gz  for efficiency

Though of course that still wastes time chucking data through the pipe
between two programs. This:

        gzip </dev/hda >test.gz

should win. (Where'd the 96k come from - is it just an arbirary big chunk or
do you have something specific in mind?)
-- 
Cameron Simpson, DoD#743        [EMAIL PROTECTED]    http://www.zip.com.au/~cs/

I believe the difficulty is inversely proportional to the crotch-to-shoulder
measurement, and proportional to the coefficient of friction of the inside
surface.  Mine got smelly so I cleaned it, now it's hard to put on!
(Lucky I'm not a well-known DoD'er, or that would end up in someone's .sig).
        - [EMAIL PROTECTED] (Tom Gent)



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to