You are viewing a single comment's thread. Return to all comments →
As simple as that.
sed -E 's/(\d{4}) (\d{4}) (\d{4}) (\d{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 →
As simple as that.
sed -E 's/(\d{4}) (\d{4}) (\d{4}) (\d{4})/\4 \3 \2 \1/g'