Требуется создать 1000 файлов по 70Kb :
perl -e 'system("dd if=/dev/zero of=70kb bs=70K count=1"); my @aa = `seq 1000`; foreach (@aa) { system("cp 70kb 70kb-$_";) }'
	
								
				Tags: linux, perl
				
	
				
					
						This entry was posted	on Среда, 6 февраля, 2013 at 18:08						and is filed under Новости.
						You can follow any responses to this entry through the RSS 2.0 feed. 
						
													You can leave a response, or trackback from your own site.