split – but no destination parameter to specify

first :

cd /destination/directory

second :

split /source/directory/big-huge-file prefix-to-apply-onto-splited-files

Voila !!!

(use the parameter -b to specify the size of splited files in BYTES, NOT kb, mb or gb)

Related posts:

  1. Detect DDoS Source & Destination IP Address with OURMON We have OURMON running on one of network segment for...
  2. ssh client hang after a few minutes of inactivity specify the parameter “ServerAliveInterval 60″ in /etc/ssh_config or /etc/ssh/ssh_config. for...
  3. convert epoch using date command date -d ‘<Unix epoch> <epoch date> sec’ e.g. date -d...
  4. How to dig SRV record after creating it in DNS dig <record type> <host.name> e.g dig SRV _someservice._port.hostname.domainame.com.my OR dig...
  5. ls & rm with regular expression e.g. rm -rf backup-20070[8-9]-* would delete : backup-200708-morning backup-200708-evening backup-200709-night...
  6. secure copy with failover – rsync & ssh e.g. rsync -av –progress -e ’ssh -i /alternate/id/file’ sshusername@host:/directory/or/file /destination/directory/or/file...
  7. Mac OSX iTerm: Arrow Key Not Working in VI/VIM If your arrow keys are not working with iTerm during...
  8. Forget / forgot / cannot remember root password On a FreeBSD server 1. reboot server 2. choose to...
  9. Install MySQL5 on Mac OSX With Darwin Port Before installing MySQL5, please be sure you have Darwin Port...
  10. Sheep In The Box Source Code Release Many of you who attended HITBSecConf06 might seen Sheep...

Leave a Reply