I am trying to run a plagiarism check on all C++ files that are stored in an directory using MOSS.
perl moss.pl -l cc -b pre.cpp *.cpp
The above code is what I've used in the command line on windows 10. All C++ files are present in the working directory.
However I am getting the error
File *.cpp does not exist. Request not sent.
What am I doing wrong?
If i enter the file names manually it works fine. For example
perl moss.pl -l cc -b pre.cpp a.cpp b.cpp c.cpp
And I am able to check for plagiarism in these codes
But I have more than 200 C++ files to check for plagiarism. Is there any other way to do this other than entering the 200 file names manually?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…