tail
عرض الجزء الأخير من ملف. انظر أيضًا:
head
. لمزيد من التفاصيل: https://www.gnu.org/software/coreutils/manual/html_node/tail-invocation.html.
tail {{[-n|--lines]}} {{count}} {{path/to/file}}
tail {{[-n|--lines]}} +{{count}} {{path/to/file}}
tail {{[-c|--bytes]}} {{count}} {{path/to/file}}
<Ctrl c>
:tail {{[-f|--follow]}} {{path/to/file}}
<Ctrl c>
، حتى لو كان غير متاح:tail {{[-F|--retry --follow]}} {{path/to/file}}
tail {{[-n|--lines]}} {{count}} {{[-s|--sleep-interval]}} {{seconds}} {{[-f|--follow]}} {{path/to/file}}