Currently, commands with trailing spaces a differentiated from each other. This often results in me getting two copies of short commands - one where I type it out (no trailing space) and one where I used tab completion (1 trailing space). Can you think of any reason to preserve trailing spaces? I can't personally. If we can't come up with anything, I vote they be removed.
No objections from me in practice.
In theory stripping spaces is slower (good luck writing that in C btw!) and some shells might consider it a different command (but I don't care).
Currently, commands with trailing spaces a differentiated from each other. This often results in me getting two copies of short commands - one where I type it out (no trailing space) and one where I used tab completion (1 trailing space). Can you think of any reason to preserve trailing spaces? I can't personally. If we can't come up with anything, I vote they be removed.