Skip to content

Instantly share code, notes, and snippets.

@ErykDarnowski
Last active April 30, 2023 11:16
Show Gist options
  • Save ErykDarnowski/104771fe41a5b3552917338284c3a343 to your computer and use it in GitHub Desktop.
Save ErykDarnowski/104771fe41a5b3552917338284c3a343 to your computer and use it in GitHub Desktop.
How to run `diff` on outputs of two commands

How to run diff on outputs of two commands

diff <(<first_command>) <(<second_command>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment