mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 07:54:36 +00:00
Update cheatsheets
This commit is contained in:
@@ -25,6 +25,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`csplit {{path/to/file}} 5 {{[-f|--prefix]}} {{prefix}}`
|
||||
|
||||
- Split a file at a line matching a regular expression:
|
||||
- Split a file at a line matching a `regex`:
|
||||
|
||||
`csplit {{path/to/file}} /{{regular_expression}}/`
|
||||
`csplit {{path/to/file}} /{{regex}}/`
|
||||
|
||||
Reference in New Issue
Block a user