diff --git a/pages.ko/windows/get-content.md b/pages.ko/windows/get-content.md index 676de3d883..38fc50dda8 100644 --- a/pages.ko/windows/get-content.md +++ b/pages.ko/windows/get-content.md @@ -12,6 +12,6 @@ `Get-Content -Path {{경로\대상\파일}} -TotalCount {{10}}` -- 파일의 내용을 표시하고 `Ctrl + C`를 누를 때까지 계속 읽기: +- 파일의 내용을 표시하고 ``를 누를 때까지 계속 읽기: `Get-Content -Path {{경로\대상\파일}} -Wait` diff --git a/pages/windows/get-content.md b/pages/windows/get-content.md index da5f0ce9b5..71f62526df 100644 --- a/pages/windows/get-content.md +++ b/pages/windows/get-content.md @@ -12,6 +12,6 @@ `Get-Content -Path {{path\to\file}} -TotalCount {{10}}` -- Display the content of the file and keep reading from it until `Ctrl + C` is pressed: +- Display the content of the file and keep reading from it until `` is pressed: `Get-Content -Path {{path\to\file}} -Wait`