mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-02 23:07:17 +08:00
Fix find command
This commit is contained in:
parent
1479ebc0fa
commit
6a39f65c3a
@ -68,7 +68,7 @@ EOF
|
||||
Для поиска нужной раскладки выполните:
|
||||
|
||||
```bash
|
||||
find /usr/share/keymaps --type f
|
||||
find /usr/share/keymaps -type f
|
||||
```
|
||||
|
||||
Для русской (на примере qwerty) это может быть:
|
||||
|
Loading…
Reference in New Issue
Block a user