Skip to content

Commit

Permalink
New translations 02-filedir.md (Ukrainian)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyhodges committed Jan 27, 2025
1 parent d890aa1 commit e1dd6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locale/uk/episodes/02-filedir.md
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ and we will see it in many other tools as we go on.
- `ls [path]` prints a listing of a specific file or directory; `ls` on its own lists the current working directory.
- Команда `cd [шлях]` змінює поточний робочий каталог.
- Більшість команд приймають параметри, які починаються з одного символу `-`.
- Directory names in a path are separated with `/` on Unix, but `\` on Windows.
- Назви каталогів в шляху розділяються символами `/` в Unix, але `\\` в Windows.
- Символ `/` сам по собі є кореневим каталогом усієї файлової системи.
- Абсолютний шлях вказує на розташування від кореня файлової системи.
- Відносний шлях вказує на розташування, починаючи з поточного.
Expand Down

0 comments on commit e1dd6cd

Please sign in to comment.