NAME
dfork.text - isolate data fork and convert to new line

SYNOPSIS
dfork.text [ infile ]

DESCRIPTION
Macintosh files have a data fork and/or a resource fork.

dfork.text is a shell script which runs the dfork and tr programs
to convert the Macintosh end of line character (carriage return) to
Unix newline (line feed) in the data fork of infile and output the
result to standard output.

infile may be entered as dash, "-", to specify standard input.

SEE ALSO
dfork(1), tr(1)