Split (command)

From wikieduonline
Revision as of 05:05, 20 May 2020 by Welcome (talk | contribs)
Jump to navigation Jump to search

split command splits a file into pieces. Default size is 1000 lines

http://man7.org/linux/man-pages/man1/split.1.html

split file_name
(no output and file_name has been splitted)
split -b 500M file_name
(no output and file_name has been splitted)
split -n 

Related terms

See also

Advertising: