This commit is contained in:
Waldir Pimenta 2014-09-13 11:47:24 +01:00
parent e07faf6666
commit e8b9c2a7af

View File

@ -10,7 +10,7 @@
`split -n 5 {{filename}}`
- Split a file with atmost 512 bytes of lines in each split.
- Split a file with at most 512 bytes of lines in each split.
`split -C 512 {{filename}}`