pub fn tail_parse( file: &mut File, lines_number: u64, begin_delimiter: &str, end_delimiter: &str, search: &str, ignore: &str, ) -> Vec<String>