Search
 
SCRIPT & CODE EXAMPLE
 

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.
Comment

PREVIOUS NEXT
Code Example
Shell :: delete multiple rules ufw 
Shell :: push exsisting repo 
Shell :: how to remove cisco umbrella 
Shell :: bluetoothctl list paired devices 
Shell :: remove ciso umbrella 
Shell :: git clone assigning a different local branch name 
Shell :: extract tar.gz linux command line 
Shell :: multiple commands one line linux 
Shell :: get tag list of image from hub using cli 
Shell :: puppet install on centos 7 
Shell :: copying files in Docker to directory gives error 
Shell :: bash: ./runapp.sh: Permission denied 
Shell :: nautilus fedora install 
Shell :: zsh problem: compinit:503: no such file or directory 
Shell :: docker history 
Shell :: run xammp 
Shell :: how copy data from local to hdfs 
Shell :: push only one commit git 
Shell :: get ssl certificate of url 
Shell :: how to close port in linux 
Shell :: git checkout all deleted files 
Shell :: ubuntu download 
Shell :: how to deploy to heroku 
Shell :: Make an existing Git branch track a remote branch 
Shell :: awk tab delimited 
Shell :: digit sum number in c 
Shell :: remove directory not empty windows 
Shell :: linux keyboard layout cli 
Shell :: grep everything after a pattern 
Shell :: strapi command to generate custom route 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =