Forrest logo
back to context overview

xml

List of commands for xml:

  • xml:tldr:34401 xml: Display general help, including the list of subcommands.
    $ xml --help
    try on your machine
    explain this command
  • xml:tldr:56791 xml: Execute a subcommand using `stdin` and `stdout`.
    $ xml ${subcommand} ${options}
    try on your machine
    explain this command
  • xml:tldr:5f5e3 xml: Execute a subcommand with input from a file or URI, printing to `stdout`.
    $ xml ${subcommand} ${options} ${select}
    try on your machine
    explain this command
  • xml:tldr:b45f4 xml: Execute a subcommand with input from a file or URI and output to a file.
    $ xml ${subcommand} ${options} ${select} > ${path-to-output}
    try on your machine
    explain this command
  • xml:tldr:dc945 xml: Display the version of the XMLStarlet Toolkit.
    $ xml --version
    try on your machine
    explain this command
  • xml:tldr:dd6bf xml: Display help for a subcommand.
    $ xml ${subcommand} --help
    try on your machine
    explain this command
back to context overview