mac2unix: add page

This commit is contained in:
fejx
2020-05-08 08:45:59 +02:00
committed by Starbeamrainbowlabs
parent 2b0076050b
commit 7157f0a825

12
pages/linux/mac2unix.md Normal file
View File

@@ -0,0 +1,12 @@
# mac2unix
> Change mac-style line endings to unix-style.
> Replaces LF with CR.
- Change line endings of a file:
`mac2unix {{filename}}`
- Create a copy with unix-style line endings:
`mac2unix -n {{filename}} {{new_filename}}`