I have file names that contain spaces. I try to avoid them, but its not always my choice.
Now if I split the lines in the result files using a normal space as delimiter, I have different numbers of columns in different lines.
If tabs would be used to separate the columns, this problem could be avoided nicely.
I have file names that contain spaces. I try to avoid them, but its not always my choice.
Now if I split the lines in the result files using a normal space as delimiter, I have different numbers of columns in different lines. If tabs would be used to separate the columns, this problem could be avoided nicely.
Have I missed an option here?