Remove '-' from alphabet #49

Closed
opened 2021-08-28 00:53:02 +02:00 by michaelfm1211 · 0 comments
michaelfm1211 commented 2021-08-28 00:53:02 +02:00 (Migrated from github.com)

Having the '-' character can cause trouble on the command line because it can be interpreted as a new flag. For example, if the filename -tW8.txt is generated, then you download it and try to do cat -tW8.txt cat won't work (I know you could do cat -- -tW8.txt and get it to work, but it'd easier if '-' was never put in the filename).

Having the '-' character can cause trouble on the command line because it can be interpreted as a new flag. For example, if the filename `-tW8.txt` is generated, then you download it and try to do `cat -tW8.txt` cat won't work (I know you could do `cat -- -tW8.txt` and get it to work, but it'd easier if '-' was never put in the filename).
mia added the
wontfix
label 2022-08-01 17:55:39 +02:00
mia closed this issue 2022-08-01 17:55:45 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mia/0x0#49
No description provided.