mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 16:35:53 +02:00
mac2unix: add page
This commit is contained in:
parent
33393f93e4
commit
9858323001
1 changed files with 12 additions and 0 deletions
12
pages/linux/mac2unix.md
Normal file
12
pages/linux/mac2unix.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue