Changes between Initial Version and Version 1 of Ticket #17018
- Timestamp:
- Jun 19, 2021, 7:09:55 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17018 – Description
initial v1 2 2 Tracker showed a space character at the end of the filename, but actually it was a newline character. 3 3 4 ``` 4 5 {{{ 5 6 ~/Desktop/000> ls -1 6 7 'FILENAME'$'\n' … … 8 9 0000000 044506 042514 040516 042515 005012 9 10 0000012 10 ``` 11 }}} 12 13 11 14 12 15 However the newline character is accepted in filenames, in most cases the user doesn't want to use it. Tracker should filter it out.