head and tail

Simple, extensible file previewers.

Examples

Beginning of a File - head

End of a File - tail

Following Output

tail also comes with follow output feature. This can be useful when watching logging/output files written to in real-time by other programs.

See Also