osx/*.md: make placeholders more compatible with CLIP ones (#9863)
* Make placeholders more compatible with CLIP ones: - https://github.com/command-line-interface-pages/prototypes/pull/32 * Update pages/osx/xsltproc.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Update pages/osx/dd.md Co-authored-by: Jack Lin <blueskyson1401@gmail.com> --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
This commit is contained in:

committed by
GitHub

parent
bd7f880e9e
commit
d70f57f592
@@ -5,16 +5,16 @@
|
||||
|
||||
- Create a universal file from two single-architecture files:
|
||||
|
||||
`lipo {{path/to/binary.x86_64}} {{path/to/binary.arm64e}} -create -output {{path/to/binary}}`
|
||||
`lipo {{path/to/binary_file.x86_64}} {{path/to/binary_file.arm64e}} -create -output {{path/to/binary_file}}`
|
||||
|
||||
- List all architectures contained in a universal file:
|
||||
|
||||
`lipo {{path/to/binary}} -archs`
|
||||
`lipo {{path/to/binary_file}} -archs`
|
||||
|
||||
- Display detailed information about a universal file:
|
||||
|
||||
`lipo {{path/to/binary}} -detailed_info`
|
||||
`lipo {{path/to/binary_file}} -detailed_info`
|
||||
|
||||
- Extract a single-architecture file from a universal file:
|
||||
|
||||
`lipo {{path/to/binary}} -thin {{arm64e}} -output {{path/to/binary.arm64e}}`
|
||||
`lipo {{path/to/binary_file}} -thin {{arm64e}} -output {{path/to/binary_file.arm64e}}`
|
||||
|
Reference in New Issue
Block a user