SEARCH: webmonkey  the web

 


Quick Reference:

JavaScript Library
HTML Cheatsheet
Special Characters
Color Codes
Browser Chart
Stylesheet Guide
Unix Guide
Glossary
Domain Registries

Reference   Unix Guide

head

Structure: head [-n] [files]

head prints the first couple of lines of one or multiple files. -n is used to display the first n lines of a file(s). The default number of lines is 10. For example, the following will display the first 15 lines of monkey_list.html.

head -15 monkey_list.html

Back to the index.