In UNIX we have the option to see relative lines while using grep command
grep "abc" -A 2 -B 3
My question is there any