4
Bearbeiten Sie die XML-Datei mit dem Shell-Skript / Befehl
Ich muss dies mit einem Unix-Skript oder einem Befehl tun. In / home / user / app / xmlfiles befindet sich eine XML-Datei wie <book> <fiction type='a'> <author type=''></author> </fiction> <fiction type='b'> <author type=''></author> </fiction> <Romance> <author type=''></author> </Romance> </book> Ich möchte den Autorentyp in der Fiktion als lokal bearbeiten. …