windows/*: add and update Korean translation (#14641)
Co-authored-by: Chooooo <contact@choo.ooo> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
24
pages.ko/windows/dir.md
Normal file
24
pages.ko/windows/dir.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# dir
|
||||
|
||||
> 디렉토리 내용을 나열.
|
||||
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/dir>.
|
||||
|
||||
- 현재 디렉토리의 내용 표시:
|
||||
|
||||
`dir`
|
||||
|
||||
- 지정된 디렉토리의 내용 표시:
|
||||
|
||||
`dir {{경로\대상\폴더}}`
|
||||
|
||||
- 숨겨진 파일을 포함하여 현재 디렉토리의 내용 표시:
|
||||
|
||||
`dir /a`
|
||||
|
||||
- 숨겨진 파일을 포함하여 지정된 디렉토리의 내용 표시:
|
||||
|
||||
`dir {{경로\대상\폴더}} /a`
|
||||
|
||||
- 추가 정보 없이 디렉토리 및 파일의 간단한 목록 표시:
|
||||
|
||||
`dir /b`
|
Reference in New Issue
Block a user