Say my list looks like this
['abda01.txt', 'fdafe10.txt', 'ytn05.txt', 'a02.txt' ]
And I want to sort by the last 6 characters only, so the result looks like this
['abda01.txt', 'a02.txt', 'ytn05.txt', 'fdafe10.txt']
Say my list looks like this
['abda01.txt', 'fdafe10.txt', 'ytn05.txt', 'a02.txt' ]
And I want to sort by the last 6 characters only, so the result looks like this
['abda01.txt', 'a02.txt', 'ytn05.txt', 'fdafe10.txt']