tail: replace "the file" with "it" (#12305)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/23/head
Vitor Henrique 2024-02-21 16:22:18 -03:00 committed by GitHub
parent 03c66c96e6
commit 89ef27bb53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
`tail --bytes {{count}} {{path/to/file}}`
- Print the last lines of a given file and keep reading file until `Ctrl + C`:
- Print the last lines of a given file and keep reading it until `Ctrl + C`:
`tail --follow {{path/to/file}}`

View File

@ -16,7 +16,7 @@
`tail -c {{8}} {{path/to/file}}`
- Print the last lines of a given file and keep reading file until `Ctrl + C`:
- Print the last lines of a given file and keep reading it until `Ctrl + C`:
`tail -f {{path/to/file}}`