I want to count how many rows are in one file with defined length to show.
In normal case example:
file:
2423
546
74868
cat file|wc -l
will show the result: 3
.
But I want to defined length of the numbers for example to have 10 symbols and to show:
0000000003
if there are 100 lines to be:
0000000100