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:
parent
1ea355a2b5
commit
89ed861f7b
2 changed files with 2 additions and 2 deletions
|
@ -12,6 +12,6 @@
|
||||||
|
|
||||||
`Get-Content -Path {{경로\대상\파일}} -TotalCount {{10}}`
|
`Get-Content -Path {{경로\대상\파일}} -TotalCount {{10}}`
|
||||||
|
|
||||||
- 파일의 내용을 표시하고 `Ctrl + C`를 누를 때까지 계속 읽기:
|
- 파일의 내용을 표시하고 `<Ctrl c>`를 누를 때까지 계속 읽기:
|
||||||
|
|
||||||
`Get-Content -Path {{경로\대상\파일}} -Wait`
|
`Get-Content -Path {{경로\대상\파일}} -Wait`
|
||||||
|
|
|
@ -12,6 +12,6 @@
|
||||||
|
|
||||||
`Get-Content -Path {{path\to\file}} -TotalCount {{10}}`
|
`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`
|
`Get-Content -Path {{path\to\file}} -Wait`
|
||||||
|
|
Loading…
Add table
Reference in a new issue