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

Module tail

source code

tail N

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

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

tail(n)

source code 

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