7 Jan
2009
7 Jan
'09
19:32
On Wednesday 07 January 2009 10:16, Istvan Gabor wrote:
dd if=/media/whatever/filename of=output-filename bs=1 skip=number_of_bytes_you_want_to_ignore
Thanks, I will try this. IG
This should work fine. There's a few things to be aware of: - The skip= option applies to the _input_ - The seek= option applies to the _output_ - The units for skip= is input blocks, given by ibs= (or bs=, default 512 bytes) - The units for seek= is output blocks, given by obs= (or bs=, default 512 bytes) Randall Schulz -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org