From 89ed861f7bf9f68e86bda90850fa7999f5f504e5 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 9 Mar 2025 03:22:47 +0200 Subject: [PATCH] pages*/windows/*: apply keypress specifications (#15861) --- pages.ko/windows/get-content.md | 2 +- pages/windows/get-content.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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`