I need to write program in bash
using find
which show all paths, where every path word is a palindrome.
Example:
/kajak/aga/ - true
/xyz/zyx/ - false
I don't know, how to start with that. Any tips ?
I need to write program in bash
using find
which show all paths, where every path word is a palindrome.
Example:
/kajak/aga/ - true
/xyz/zyx/ - false
I don't know, how to start with that. Any tips ?