delimeter is "."
number of columns is varied.
eg.
2424.24243.242432.432432
345.34.3453.345435.3
234.243243234.24324.243453.3333
I need output:
2424.24243.242432
345.34.3453.345435
234.243243234.24324.243453
(in each line removed all starting from last ".")
thx!!
number of columns is varied.
eg.
2424.24243.242432.432432
345.34.3453.345435.3
234.243243234.24324.243453.3333
I need output:
2424.24243.242432
345.34.3453.345435
234.243243234.24324.243453
(in each line removed all starting from last ".")
thx!!