[Users] Heads up: Error While copying, dir does not exist

Ralf Mardorf kde.lists at yahoo.com
Thu Jul 23 20:17:40 CEST 2020


On Thu, 23 Jul 2020 19:56:44 +0200, Ralf Mardorf wrote:
>It's not strange. Alien file systems might allow or not allow
>different chars.
 ^^^^^^^^^
 ^^^^^^^^^ or equal chars ;).

Character encoding might add an additional layer.

[rocketmouse at archlinux tmp]$ touch 😃
[rocketmouse at archlinux tmp]$ /usr/bin/ls -l
total 0
-rw-r--r-- 1 rocketmouse rocketmouse 0 Jul 23 20:11 😃

Btw. I'm using /usr/bin/ls, since ls is an alias on my machine.

[rocketmouse at archlinux tmp]$ grep lsd\' ~/.bashrc 
alias ls='lsd'
[rocketmouse at archlinux tmp]$ ls -l
.rw-r--r-- rocketmouse rocketmouse 0 B Thu Jul 23 20:11:49 2020   😃
                                                                ^
I'm using special fonts for 'lsd' usage.                        ^ most
                              likely this char is broken for your view.


More information about the Users mailing list