Created
March 23, 2015 01:05
-
-
Save tstirrat15/7de75c79708bd965802f to your computer and use it in GitHub Desktop.
Playing with Windows fc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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