unix - how to create a file with 9983137 columns containing 0/0? -


i'm not in programming, i'm asking basic question : how create file 9983137 columns, each 1 containing 0/0 ?

i tried using vim didn't succeed.. appreciated, in advance,

vschill

perl -e 'print "0\0 " (1..9983137) ;' > largefile.txt 

to verify use wc command on generated file


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -