Difference between revisions of "Split (command)"
Jump to navigation
Jump to search
(19 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{lowercase}} |
+ | <code>[[wikipedia:split (Unix)]]</code> command splits a [[file]] into pieces. Default size is 1000 [[lines]] | ||
http://man7.org/linux/man-pages/man1/split.1.html | http://man7.org/linux/man-pages/man1/split.1.html | ||
− | split | + | split filename_to_split |
(no output and file_name has been splitted) | (no output and file_name has been splitted) | ||
− | split -b 500M file_name | + | 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) | (no output and file_name has been splitted) | ||
− | split -n | + | * Generate n chunks output files with <code>-n</code> flag |
− | + | split -n | |
+ | split -n5 filename_to_split | ||
− | == Related | + | == Related terms == |
* <code>[[truncate]]</code> | * <code>[[truncate]]</code> | ||
* <code>[[cat]]</code> | * <code>[[cat]]</code> | ||
+ | * <code>[[coreutils]]</code> package | ||
+ | * <code>[[csplit]]</code> | ||
+ | * <code>[[logrotate]]</code> | ||
+ | * [[Split window]] | ||
+ | * [[Terraform split]] | ||
== See also == | == See also == | ||
+ | * {{split}} | ||
* {{cat}} | * {{cat}} | ||
* {{files}} | * {{files}} |
Latest revision as of 13:35, 11 March 2024
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)
- Generate n chunks output files with
-n
flag
split -n split -n5 filename_to_split
Related terms[edit]
See also[edit]
- Split screen, Dualless
cat
,tac
,more
,less
,tail
,mtail
,echo
,stdin
,tr
,column
,paste
,truncate
,logrotate
,xzcat
pv
,progress
,sort
,ncat
,virt-cat
,awk
,join
,col
,fold
,tee
,sponge
,nfs-cat
,journalctl, ccat, icat, EOF
, lolcat- file, File system, directory,
touch
,mkdir
,ls
,ln
truncate
,fallocate
,split
,stat
, inode, File descriptor, superblock, block size (blockdev
),fuser
,lsof
,scrub
,chattr
, ulimit (nofiles),cp
,mv
,file (command)
,mkfifo
,chmod
tar
,tar -J
,docker-untar
,--list
,ar
,tar -cvf, tar -xvf, tar --help
Advertising: