chore: aligned docs to the template file for articles

This commit is contained in:
Michele Cereda
2023-07-09 21:35:14 +02:00
parent 919a261a0c
commit 6f77b9e979
80 changed files with 672 additions and 304 deletions

View File

@@ -1,5 +1,10 @@
# Split
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Sources](#sources)
## TL;DR
```sh
@@ -18,5 +23,10 @@ split -b 2M -d logs.tgz "logs.tgz."
- [split large tar into multiple files of certain size]
- [create a tar archive split into blocks of a maximum size]
<!--
References
-->
<!-- Others -->
[create a tar archive split into blocks of a maximum size]: https://unix.stackexchange.com/questions/61774/create-a-tar-archive-split-into-blocks-of-a-maximum-size
[split large tar into multiple files of certain size]: https://www.tecmint.com/split-large-tar-into-multiple-files-of-certain-size/