This website is released under |
split – Split a file into piecesSyntaxsplit {option} [file [name]] The split utility reads the given file and breaks it up into files of a given number of lines or bytes each (default is 1000 lines). If file is a single dash The pieces generated by split can be joint again by cat. The split utility exits with the value Options
2020-11-26 |