Skip to content

Instantly share code, notes, and snippets.

@tstirrat15
Created March 23, 2015 01:05
Show Gist options
  • Save tstirrat15/7de75c79708bd965802f to your computer and use it in GitHub Desktop.
Save tstirrat15/7de75c79708bd965802f to your computer and use it in GitHub Desktop.
Playing with Windows fc
test1.txt:
Thing1
blah
more samesies
NOW DIFFERENT
<end>
test2.txt:
Thing2
blah
more samesies
<end>
C:\Users\Owner\Documents>fc test1.txt test2.txt
Comparing files test1.txt and TEST2.TXT
***** test1.txt
Thing1
***** TEST2.TXT
Thing2
*****
***** test1.txt
NOW DIFFERENT
***** TEST2.TXT
*****
C:\Users\Owner\Documents>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment