Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux shard a file into smaller files

#split mybigfile.txt into smaller 500mb files
split --bytes 500M --numeric-suffixes --suffix-length=3 mybigfile.txt mysmallfiles.
Source by unix.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #linux #shard #file #smaller #files
ADD COMMENT
Topic
Name
3+5 =