Closed jwaataja closed 2 years ago
If I create a file with # in the name, I get an error Could not open <file>.
#
Could not open <file>
Example: touch 'myfile#.txt'. Open file. Expect file to open as text file, actual result is above error message.
touch 'myfile#.txt'
Good catch! thanks!
If I create a file with
#
in the name, I get an errorCould not open <file>
.Example:
touch 'myfile#.txt'
. Open file. Expect file to open as text file, actual result is above error message.