split

Split 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}}