Cognizant interview question

One line Unix Command to Reverse the ABC strng from a.txt file

Interview Answer

Anonymous

17 Mar 2018

Grep 'ABC' a.txt| rev

2