Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
weird behaviour about cannot complete a directory which it can be `ls`
- X-seq: zsh-users 29714
- From: Wu Zhenyu <wuzhenyu@xxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: weird behaviour about cannot complete a directory which it can be `ls`
- Date: Fri, 1 Mar 2024 17:05:59 +0800
- Archived-at: <https://zsh.org/users/29714>
- List-id: <zsh-users.zsh.org>
In Android Termux, I try:
```zsh
% ls /<TAB>
```
Nothing is completed. In fact:
```zsh
% ls /
"/": Permission denied (os error 13)
```
However, I can:
```zsh
% ls /sdcard
Android ...
```
The weird thing is:
```zsh
% ls /sdcard/<TAB>
```
Also nothing is completed.
Why the weird thing happen? How can I make `ls /sdcard/<TAB>` work?
TIA!
--
Best Regards
Wu Zhenyu
Messages sorted by:
Reverse Date,
Date,
Thread,
Author