mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Test unicode on filename and content
This commit is contained in:
parent
7b34fc4c1e
commit
7c31c572a5
|
@ -10,6 +10,7 @@ test -e test && {
|
||||||
mkdir test && cd test
|
mkdir test && cd test
|
||||||
|
|
||||||
echo 'It works!' > normal.txt
|
echo 'It works!' > normal.txt
|
||||||
|
echo 'Με δουλέβει;' > 'κοινό.txt'
|
||||||
ln -s normal.txt ln-normal.txt
|
ln -s normal.txt ln-normal.txt
|
||||||
ln -s normal.txt ln-normal
|
ln -s normal.txt ln-normal
|
||||||
mkdir normal-dir
|
mkdir normal-dir
|
||||||
|
|
Loading…
Reference in a new issue