Hi folks,
I understand that e.g. using "cut -c1-x" you can cut a certain amount of characters from the beginning of a certain line ...
Now the question is: Can this be done backwards ?
Let's say I got the following 3 rows:
Descr=hggh12H4
Descr=sdfgsik1V34
Descr=skljjjjklh123F
What I need are the last 4 characters:
First row: 12H4
Second row: 1V34
Third row: 123F
How can this be done ?
Regards
Thomas
I understand that e.g. using "cut -c1-x" you can cut a certain amount of characters from the beginning of a certain line ...
Now the question is: Can this be done backwards ?
Let's say I got the following 3 rows:
Descr=hggh12H4
Descr=sdfgsik1V34
Descr=skljjjjklh123F
What I need are the last 4 characters:
First row: 12H4
Second row: 1V34
Third row: 123F
How can this be done ?
Regards
Thomas