Difference between revisions of "Split (command)"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 8: Line 8:
 
  split filename_to_split [[--verbose]]
 
  split filename_to_split [[--verbose]]
  
  split -b 500M file_name
+
  split -b 500M filename_to_split
 +
(no output and file_name has been splitted)
 +
 
 +
split -b 1G filename_to_split
 
  (no output and file_name has been splitted)
 
  (no output and file_name has been splitted)
  

Revision as of 05:17, 20 May 2020

wikipedia:split (Unix) command splits a file into pieces. Default size is 1000 lines

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

split filename_to_split
(no output and file_name has been splitted)
split filename_to_split --verbose
split -b 500M filename_to_split
(no output and file_name has been splitted)
split -b 1G filename_to_split
(no output and file_name has been splitted)
split -n

Related terms

See also

Advertising: