hi all,
suppose an input file is of the form
12 23 44 455 67 78 89
12 33
45 55 67 88 54 32 31
2 4 5 6 7 8 88 999 00 22 1111 22 33 344 55 666 7777 88.
how to count number of bytes in each line in this file?
thanks in advance
suppose an input file is of the form
12 23 44 455 67 78 89
12 33
45 55 67 88 54 32 31
2 4 5 6 7 8 88 999 00 22 1111 22 33 344 55 666 7777 88.
how to count number of bytes in each line in this file?
thanks in advance
Comment