I want to remove XML comments in bash using regex (awk, sed, grep...) I have looked at other questions about this but they are missing something. Here\'s my xml code
xmlstarlet ed -d '//comment()' file.xml