Answers for "prepend xml to svg sed"

0

prepend xml to svg sed

sed -i '1 i\<?xml version="1.0" encoding="utf-8"?>' *.svg
Posted by: Guest on March-17-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language