My input file has positions in first column with different number of spaces (or no space)
16504 16516
1650811 16520
1651 16524
16516111 16528
165204 16532
I need to get an output file where fist column has no spaces at all, while keeping second column as it is.
16504 16516
16508 16520
16512 16524
16516 16528
16520 16532
column -t < input_file