Search:
Login
Help/Guide
About Trac
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Back to Ticket #1199
Ticket #1199
: CyrDirTest.sh
File CyrDirTest.sh,
264 bytes
(added by
siarzhuk
,
18 years ago
)
The script used to create directory and nested file with cyrillic characters in names.
Line
1
#!/bin/sh
2
3
#
4
# A test script to show the possible problem with non-latin characters on BFS
5
#
6
7
DIR
=
"
$1
Это, парни, каталожек!"
8
FILE
=
"А это - файлец, однако!"
9
10
mkdir
"
$DIR
"
11
cd
"
$DIR
"
12
echo
"Всем привет! ;-P"
>>
"
$FILE
"
13
cd
..
Download in other formats:
Original Format