1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 22:55:44 +02:00

mac2unix: add page

This commit is contained in:
fejx 2020-05-08 08:45:59 +02:00 committed by Starbeamrainbowlabs
parent 2b0076050b
commit 7157f0a825
No known key found for this signature in database
GPG key ID: 1BE5172E637709C2

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}}`