1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

pages*/windows/*: apply keypress specifications (#15861)

This commit is contained in:
Managor 2025-03-09 03:22:47 +02:00 committed by GitHub
parent 1ea355a2b5
commit 89ed861f7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -12,6 +12,6 @@
`Get-Content -Path {{경로\대상\파일}} -TotalCount {{10}}`
- 파일의 내용을 표시하고 `Ctrl + C`를 누를 때까지 계속 읽기:
- 파일의 내용을 표시하고 `<Ctrl c>`를 누를 때까지 계속 읽기:
`Get-Content -Path {{경로\대상\파일}} -Wait`

View file

@ -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 `<Ctrl c>` is pressed:
`Get-Content -Path {{path\to\file}} -Wait`