I am trying to format a xml file using xmlstarlet but I don't want to create a new xml file.
I tried this
xmlstarlet fo --inplace --indent-tab --omit-decl project_00.xml
but the parameter --inplace
is not allowed to the fo
(format) command.
Does anyone know how I do this?