From 89ef27bb53bae7dbfe46e91c2fa2db10c05e3a3a Mon Sep 17 00:00:00 2001 From: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:22:18 -0300 Subject: [PATCH] tail: replace "the file" with "it" (#12305) Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/tail.md | 2 +- pages/osx/tail.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/tail.md b/pages/common/tail.md index 5c53f65d8..16210a41e 100644 --- a/pages/common/tail.md +++ b/pages/common/tail.md @@ -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}}` diff --git a/pages/osx/tail.md b/pages/osx/tail.md index 1ad85d2bc..8b45b1cea 100644 --- a/pages/osx/tail.md +++ b/pages/osx/tail.md @@ -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}}`