how to split the files up into ~equal groups when moving them to other server

2012-07-17 Thread Alex Muir
Hi, I've setup the following commands, the first to move files to another server and the second to distribute a process over the 2 computers. Currently I'm just testing with a virtual box. My question though is how to split the input files up into ~equal groups when moving them so that the proces

Re: how to split the files up into ~equal groups when moving them to other server

2012-07-17 Thread Alex Muir
lol,, sorry just occured to me that I would need to add ,: and mv the files locally as well... so now works ls /mnt/xslt_volume/i4ContentSource/578/*.zip | parallel --sshlogin 192.168.56.10,: --transfer mv *.zip /mnt/xslt_volume/i4ContentSource/578/ On Tue, Jul 17, 2012 at 3:13 PM, Alex Muir wro