tail: replace "the file" with "it" (#12305)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
@@ -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}}`
|
||||
|
||||
|
Reference in New Issue
Block a user