tail

open fun tail(file: File, maxLines: Int): String(source)

Returns the tail of a file.

Return

tail content

Parameters

file

to read from tail

maxLines

max lines to read

Throws