diff --git a/pages/common/tail.md b/pages/common/tail.md index 5c53f65d86..16210a41e6 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 1ad85d2bca..8b45b1cead 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}}`