text_diff
Compare two text files and save the differences to a specified directory. Identify changes between documents by providing file paths.
Instructions
Compare two text files and show differences
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file1Path | Yes | Path to the first text file | |
| file2Path | Yes | Path to the second text file | |
| outputDir | Yes | Directory where diff result should be saved |