Red Hat Linux 9 Professional Secrets [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Red Hat Linux 9 Professional Secrets [Electronic resources] - نسخه متنی

Naba Barkakati

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید








tail



Purpose


View the last few lines of a file.


Syntax


tail [options]

file


Options


-

N (where

N is a number) displays last

N lines.

-n

N (where

N is a number) displays last

N lines.

-f reads the file at regular intervals and displays all new lines.


Description


The

tail command displays lines from the end of the specified file. By default,

tail displays the last 10 lines from the file. To view the last 24 lines from a file named

/var/log/messages , type tail -24 /var/log/messages.


/ 341