This file contains hidden or 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
/* To Run: go run duplicates.go <file1 file2 file3 ...> | |
Example Output: | |
test was found in the following files: | |
tester1.txt (3 times) | |
----- | |
asdf was found in the following files: | |
tester2.txt (5 times) | |
tester3.txt (2 times) | |
----- |