How can I create a data file with one column in which there will be 1000 rows with zero values?
something like:
output:
0
0
0
0
0
.
.
.
How can I create a data file with one column in which there will be 1000 rows with zero values? something like:
. |
||||
|
Simply,
or using
using
As @StéphaneChazelas pointed out, Using
( |
|||||||||||||||||||||
|
You might use yes(1) for that (piped into head(1)...):
and if you need a million zeros, replace the PS. In the old days, |
|||||||||
|
|
|||||||||
|
|
|||||||||||||
|
|
||||
|