(root)/
gawk-5.2.2/
test/
gensub3.awk
/apple/ {
   $0 = $0
   x = $0
}

END {
   print x
}