Function tail

Source
pub fn tail(path: &PathBuf, n: u32) -> Result<()>
Expand description

provided ‘path’ to the file prints Min(‘n’, file_line_count) last lines of the file.