home *** CD-ROM | disk | FTP | other *** search
- Short: Extract text file section to stdout V1.0
- Uploader: nick.christie@oucs.ox.ac.uk (Nick Christie)
- Author: nick.christie@oucs.ox.ac.uk (Nick Christie)
- Type: util/cli
- Requires: AmigaOS V2.04+
- Version: 1.0
- Distribution: Freeware
-
- A small command line utility I wrote because I needed it.
- Maybe it's of some use to you, too.
-
- Usage: Extract FILE/A OFFSET/N LENGTH/N BYTES/S
-
- Where: FILE
- is the file to extract a section from.
- OFFSET
- is the 0-based line or byte offset to start at. If the
- offset is past the end of the file, nothing is printed.
- LENGTH
- is the number of lines or bytes to print. If the length
- extends beyond the end of the file, printing stops at EOF.
- BYTES
- is a switch that indicates the offset and length
- are in bytes rather than lines.
-
- $VER: Extract.readme 1.0 (3.12.95)
-