Linux cli command xml_mergep
less than a minute
NAME 🖥️ xml_mergep 🖥️
merge back XML files split with C<xml_split>
DESCRIPTION
xml_merge
takes several xml files that have been split using xml_split
and recreates a single file.
OPTIONS
-o <output_file>
unless this option is used the program output goes to STDOUT
-i
the files use XInclude instead of processing instructions (they were created using the -i
option in xml_split
)
-v
verbose output
-V
outputs version and exit
-h
short help
-m
man (requires pod2text to be in the path)
EXAMPLES
xml_merge foo-00.xml # output to stdout xml_merge -o foo.xml foo-00.xml # output to foo.xml
SEE ALSO
XML::Twig, xml_split
TODO/BUGS
AUTHOR
Michel Rodriguez <[email protected]>
LICENSE
This tool is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
█║▌│║█║▌★ KALI ★ PARROT ★ DEBIAN 🔴 PENTESTING ★ HACKING ★ █║▌│║█║▌
██╗ ██╗ ██████╗ ██████╗ ██╗ ██╗███████╗██████╗
████████╗██╔══██╗██╔═══██╗╚██╗██╔╝██╔════╝██╔══██╗
╚██╔═██╔╝██║ ██║██║ ██║ ╚███╔╝ █████╗ ██║ ██║
████████╗██║ ██║██║ ██║ ██╔██╗ ██╔══╝ ██║ ██║
╚██╔═██╔╝██████╔╝╚██████╔╝██╔╝ ██╗███████╗██████╔╝
╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═════╝
█║▌│║█║▌ WITH COMMANDLINE-KUNGFU POWER █║▌│║█║▌
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.