Forrest logo
back to context overview

xxh

List of commands for xxh:

  • xxh:tldr:65d33 xxh: Use the specified configuration file on the host machine.
    $ xxh "${host}" ++xxh-config ${~--config-xxh-config-xxhc}
    try on your machine
    explain this command
  • xxh:tldr:8fb69 xxh: Set an environment variable for the shell process on the target machine.
    $ xxh "${host}" ++env ${name}=${value}
    try on your machine
    explain this command
  • xxh:tldr:b5612 xxh: Connect to a host and run the current shell.
    $ xxh "${host}"
    try on your machine
    explain this command
  • xxh:tldr:cde25 xxh: Specify a password to use for the SSH connection.
    $ xxh "${host}" ++password "${password}"
    try on your machine
    explain this command
  • xxh:tldr:d39d8 xxh: Install the current shell into the target machine without prompting.
    $ xxh "${host}" ++install
    try on your machine
    explain this command
  • xxh:tldr:d9f89 xxh: Use a specific xxh configuration directory on the target machine.
    $ xxh "${host}" ++host-xxh-home ${~--xxh}
    try on your machine
    explain this command
  • xxh:tldr:dd527 xxh: Run the specified shell on the target machine.
    $ xxh "${host}" ++shell ${select}
    try on your machine
    explain this command
  • xxh:tldr:fe172 xxh: Install an xxh package on the target machine.
    $ xxh "${host}" ++install-xxh-packages ${package}
    try on your machine
    explain this command
back to context overview