SimonXIX’s avatarSimonXIX’s Twitter Archive—№ 33,215

  1. Moving a tag from one place to another in 1700 XML files with one regex: sed -r -i 's/(<identifier>.+<\/identifier>)(.*">)/\2\1/g'