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 @@
|
||||
|
||||
- Output the first few lines of a file:
|
||||
|
||||
`head --lines {{count}} {{path/to/file}}`
|
||||
`head --lines {{8}} {{path/to/file}}`
|
||||
|
||||
- Output the first few bytes of a file:
|
||||
|
||||
`head --bytes {{count}} {{path/to/file}}`
|
||||
`head --bytes {{8}} {{path/to/file}}`
|
||||
|
||||
- Output everything but the last few lines of a file:
|
||||
|
||||
`head --lines -{{count}} {{path/to/file}}`
|
||||
`head --lines -{{8}} {{path/to/file}}`
|
||||
|
||||
- Output everything but the last few bytes of a file:
|
||||
|
||||
`head --bytes -{{count}} {{path/to/file}}`
|
||||
`head --bytes -{{8}} {{path/to/file}}`
|
||||
|
Reference in New Issue
Block a user