int get_record(int File, node *rec , int key) { int ret; off_t postion = lseek(File,0,SEEK_SET); while(ret = read(File , rec , sizeof(node)) != -1) {