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. ssh client hang after a few minutes of inactivity specify the parameter “ServerAliveInterval 60″ in /etc/ssh_config or /etc/ssh/ssh_config. for...
  2. Mac OSX iTerm: Arrow Key Not Working in VI/VIM If your arrow keys are not working with iTerm during...
  3. Detect DDoS Source & Destination IP Address with OURMON We have OURMON running on one of network segment for...
  4. 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...
  5. Quick File Copy on File Name with Sample Extension By default, some of the application installation provide you a...
  6. Open file and Splitting String in Perl What I gonna do is to read a bunch of...
  7. TextMate: Creating New Project in Shell Instantly Been using TextMate recently, really loving it like hell. There...
  8. postgresql82-server compile error on Apple Leopard with Macports 1.5 I wasn’t able to compile postgresql82-server on my machine, it’s...
  9. Install MySQL5 on Mac OSX With Darwin Port Before installing MySQL5, please be sure you have Darwin Port...
  10. Problem Upgrade Apache2 on MacPorts I was trying to upgrade apache2 on my Macports but...

Tags: , ,

Leave a Reply