Forrest logo
back to context overview

xdelta

List of commands for xdelta:

  • xdelta:tldr:7d542 xdelta: Apply a patch.
    $ xdelta -d -s ${path-to-input_file} ${path-to-delta_file-xdelta} ${path-to-output_file}
    try on your machine
    explain this command
  • xdelta:tldr:909af xdelta: Create a patch.
    $ xdelta -e -s ${path-to-old_file} ${path-to-new_file} ${path-to-output_file-xdelta}
    try on your machine
    explain this command
back to context overview