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:
parent
03c66c96e6
commit
89ef27bb53
2 changed files with 2 additions and 2 deletions
|
@ -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}}`
|
||||
|
||||
|
|
|
@ -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}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue