*: add option placeholders to GNU software and some others (#15986)

This commit is contained in:
Managor
2025-03-26 02:30:50 +02:00
committed by GitHub
parent b8746a14e7
commit 244a1dd412
106 changed files with 329 additions and 329 deletions
+2 -2
View File
@@ -14,11 +14,11 @@
- Split a file every 5 lines, ignoring exact-division error:
`csplit -k {{path/to/file}} 5 {*}`
`csplit {{[-k|--keep-files]}} {{path/to/file}} 5 {*}`
- Split a file at line 5 and use a custom prefix for the output files:
`csplit {{path/to/file}} 5 -f {{prefix}}`
`csplit {{path/to/file}} 5 {{[-f|--prefix]}} {{prefix}}`
- Split a file at a line matching a regular expression: