2020-05-08 08:45:59 +02:00
|
|
|
# mac2unix
|
|
|
|
|
2020-05-10 15:12:37 +02:00
|
|
|
> Change macOS-style line endings to Unix-style.
|
2022-06-30 21:58:39 +02:00
|
|
|
> Replaces CR with LF.
|
2024-08-30 18:20:23 +10:00
|
|
|
> See also `unix2dos`, `unix2mac`, and `dos2unix`.
|
2021-08-16 07:34:01 -03:00
|
|
|
> More information: <https://waterlan.home.xs4all.nl/dos2unix.html>.
|
2020-05-08 08:45:59 +02:00
|
|
|
|
2020-05-10 21:22:17 +02:00
|
|
|
- Change the line endings of a file:
|
2020-05-08 08:45:59 +02:00
|
|
|
|
2024-08-30 18:20:23 +10:00
|
|
|
`mac2unix {{path/to/file}}`
|
2020-05-08 08:45:59 +02:00
|
|
|
|
2020-05-10 15:12:37 +02:00
|
|
|
- Create a copy with Unix-style line endings:
|
2020-05-08 08:45:59 +02:00
|
|
|
|
2024-08-30 18:20:23 +10:00
|
|
|
`mac2unix -n {{path/to/file}} {{path/to/new_file}}`
|
|
|
|
|
|
|
|
- Display file information:
|
|
|
|
|
|
|
|
`mac2unix -i {{path/to/file}}`
|
|
|
|
|
|
|
|
- Keep/add/remove Byte Order Mark:
|
|
|
|
|
|
|
|
`mac2unix --{{keep-bom|add-bom|remove-bom}} {{path/to/file}}`
|