splitSplit een bestand in stukken. Meer informatie: https://www.gnu.org/software/coreutils/manual/html_node/split-invocation.html.
split {{[-l|--lines]}} 10 {{pad/naar/bestand}}
split {{[-n|--number]}} 5 {{pad/naar/bestand}}
split {{[-b|--bytes]}} 512 {{pad/naar/bestand}}
split {{[-C|--line-bytes]}} 512 {{pad/naar/bestand}}
stdin:gzip {{[-cd|--stdout --decompress]}} {{pad/naar/gecomprimeerd_bestand.gz}} | split {{[-l|--lines]}} {{1000}} - {{pad/naar/uitvoer}}