Short:        blkcopy RDB part <> file/stream, dd-like
Author:       Roc Vallès i Domènech
Uploader:     vallesroc gmail com (Roc Vallès i Domènech)
Type:         disk/misc
Version:      2.2.0
Architecture: m68k-amigaos >= 2.0.4

device-streams is a tool for block-level copying between rdb partitions and
streams/files, similar to UNIX `dd`.

Originally released by Christian E. Hopps in 1993, updated to be useful today.

Requires AmigaOS 2.04+.

Source code is available.
URL: https://github.com/rvalles/device-streams

Usage:
Run the command with `-h` parameter to display usage information.

*** Version History
2.2.0 (2022-10-18)
- NSD support.

2.1.0 (2022-10-05)
- Trackdisk 64 support.

2.0.0 (2022-09-30)
- Cleaned up code.
- Removed SAS/C-isms and updated to build in modern toolchains.
- Use of 64bit offsets throughout.
- Safeguards added against 32bit overflow wraparound.
- Use dos.library for file I/O.

*** Other Amiga projects from me
- comm/misc/amigaxfer: Easy GUI for Serial file/floppy transfer
- comm/term/amigaterm_enh: 1985 serial port ANSI Terminal, enhanced