dos2unix
Convert newline format from DOS to UNIX (POSIX, toybox)
Syntax:
dos2unix [file...]
Runs on:
QNX OS
Options:
- file
- The pathname of a file to use as input. input. If no files are listed, copy from standard
input. The dash character (
-
) is a synonym for standard input.
Description:
Convert newline format from DOS (\r\n
) to UNIX (\n
).
This utility is provided as part of the toybox package. For information on how to enable it, see toybox.
Contributing author:
Rob Landley and the toybox project (see https://landley.net/toybox/).
Page updated: