mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
unix2mac: update placeholders (#10221)
This commit is contained in:
parent
1f6fbcdbd1
commit
293dbe19de
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
- Change the line endings of a file:
|
- Change the line endings of a file:
|
||||||
|
|
||||||
`unix2mac {{filename}}`
|
`unix2mac {{path/to/file}}`
|
||||||
|
|
||||||
- Create a copy with macOS-style line endings:
|
- Create a copy with macOS-style line endings:
|
||||||
|
|
||||||
`unix2mac -n {{filename}} {{new_filename}}`
|
`unix2mac -n {{path/to/unix_file}} {{path/to/mac_file}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue