Russell Whitaker skrev:
On Tue, 19 Feb 2008, joe@smittys.pointclark.net wrote:
Quoting Peter Stuge peter@stuge.se:
[..]
dd if=/dev/ioport bs=1 skip=$[0xbasehere] count=asmanyasyouwant | xxd
- 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
I thought the point of the pipe to xxd was to process the output into readable output(in hex)?
Martin