You are viewing a single comment's thread. Return to all comments →
pretty hardcoded but still works
sed -E 's/([0-9]{4})\s([0-9]{4})\s([0-9]{4})\s([0-9]{4})/\4 \3 \2 \1/g'
Seems like cookies are disabled on this browser, please enable them to open this website
'Sed' command #5
You are viewing a single comment's thread. Return to all comments →
pretty hardcoded but still works