Hi all,
I've this as value in a string : ABCDEFGH and I'd like to cut it by keeping only the last character 'H'. Keep in mind the value in the string could be less or more characters as in the example.
Can you tell me if it's possible to do it with a sed command ?
Thx in advance,
J-L.
I've this as value in a string : ABCDEFGH and I'd like to cut it by keeping only the last character 'H'. Keep in mind the value in the string could be less or more characters as in the example.
Can you tell me if it's possible to do it with a sed command ?
Thx in advance,
J-L.