Changes between Initial Version and Version 1 of Ticket #17018


Ignore:
Timestamp:
Jun 19, 2021, 7:09:55 AM (3 years ago)
Author:
miqlas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17018 – Description

    initial v1  
    22Tracker showed a space character at the end of the filename, but actually it was a newline character.
    33
    4 ```
     4
     5{{{
    56~/Desktop/000> ls -1
    67'FILENAME'$'\n'
     
    890000000 044506 042514 040516 042515 005012
    9100000012
    10 ```
     11}}}
     12
     13
    1114
    1215However the newline character is accepted in filenames, in most cases the user doesn't want to use it. Tracker should filter it out.