1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:22:09 +02:00

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

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
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}}`