On Tue, 19 Feb 2008, [EMAIL PROTECTED] wrote:

> Quoting Peter Stuge <[EMAIL PROTECTED]>:
>
[..] 
>>
>> dd if=/dev/ioport bs=1 skip=$[0xbasehere] count=asmanyasyouwant | xxd
>>
>
> 3. What is the pipe xxd for?
>
The default output of dd is stdout, so it writes stdout to file xxd.
However, why not use of=xxd instead?  Same result.

    Russ

-- 
coreboot mailing list
[email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to