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- tail


Linux By Example


The "tail" command

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

tail <filename>

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

tail -n 20 <filename>

Valid XHTML 1.0! Valid CSS!