1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

split: add link (#5592)

This commit is contained in:
marchersimon 2021-03-30 15:55:48 +02:00 committed by GitHub
parent 11cc51e1b9
commit 710945249c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
# split
> Split a file into pieces.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/split-invocation.html>.
- Split a file, each split having 10 lines (except the last split):