Question d’entretien chez Cognizant

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

Réponse à la question d'entretien

Utilisateur anonyme

17 mars 2018

Grep 'ABC' a.txt| rev

2