pauldreik / rdfind

find duplicate files utility
Other
980 stars 79 forks source link

Use tabs instead of spaces in result.txt file #143

Open cmayer opened 1 year ago

cmayer commented 1 year ago

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?

fire-eggs commented 1 year ago

I see no option to change this behavior. In the shell, filenames with spaces are typically enclosed with quotes.