i wanted to printout the last entry of the file without passing in any arguments but how can i able to do it? i know how to print out where argument is supplied and doing a grep to match it.
example inside the file i have:
apple:2:1:3
orange:1:2:3
grape:2:3:4
i wanted only to print out(last entry of my file):
grape:2:3:4