mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 08:49:26 +00:00
Update cheatsheets
This commit is contained in:
@@ -23,3 +23,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- Split a file with at most 512 bytes in each split without breaking lines:
|
||||
|
||||
`split {{[-C|--line-bytes]}} 512 {{path/to/file}}`
|
||||
|
||||
- Split into multiple files from `stdin`:
|
||||
|
||||
`gzip {{[-cd|--stdout --decompress]}} {{path/to/compressed_file.gz}} | split {{[-l|--lines]}} 1000 - {{path/to/output}}`
|
||||
|
||||
Reference in New Issue
Block a user