Strange behaviour when after using ls with relative path #10

Closed
opened 2025-01-31 20:25:31 -07:00 by s1idewhist1e · 1 comment
Collaborator
$ ls ../
rash
$ ls
ls: cannot access ''$'\021\006': No such file or directory
$ 

self explanatory

``` $ ls ../ rash $ ls ls: cannot access ''$'\021\006': No such file or directory $ ``` self explanatory

Fixed in PR #12 as a part of UTF-8 support.

Fixed in PR #12 as a part of UTF-8 support.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 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: parker_macdonald/rash#10
No description provided.