Bash head: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Linux =Overview= =Usage= ==Extract a Specific Line from a File== {{Internal|Bash_Input/Output#With_head_and_tail|Extract a Specific Line fr...")
 
Line 4: Line 4:


=Overview=
=Overview=
<code>head</code> is used to print the first ten lines (by default) or a specified number of lines.


=Usage=
=Usage=

Revision as of 22:53, 12 April 2020

Internal

Overview

head is used to print the first ten lines (by default) or a specified number of lines.

Usage

Extract a Specific Line from a File

Extract a Specific Line from a File