Package osh :: Package command :: Module head
[frames] | no frames]

Module head

source code

head N

The first N items of the input sequence are passed on as output. All other input is ignored. N must be an integer.

Functions
 
head(n)
The first N items of the input sequence are passed on as output.
source code
Function Details

head(n)

source code 

The first N items of the input sequence are passed on as output. All other input is ignored. N must be an integer.