I'd like to write into a file the output from tig show commit-97b061ff commit-59466662 patch
I tried tig show commit-97b061ff commit-59466662 patch >file.txt
, but the file was empty. I expected that it would contain the patch actual.
How can I solve it?