How to get the last three digits of a specific string value using shell scripting
Suppose i am getting data for example like
Welcome
Oracle
My expectation is , i wanted to get and use the last 3 digits only . So if the strings passed is Welcome , the result should be ome
and for Oracle it should be cle.
Please suggest on how to achieve this using shell scripting.
With Regards
Uday Raju