ArchLUG Linux By Example - www.archlug.org

Download the RSS XML Feed for this site

Subscribe to this channel with Amphetadesk

Subscribe to this channel with RadioUserland

LBE- head


Linux By Example


The "head" command

List the first few lines of the given file on STDOUT:

head <filename>

List the first 20 lines of the given file on STDOUT:

head -n 20 <filename>

Valid XHTML 1.0! Valid CSS!