Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
358 views
in Technique[技术] by (71.8m points)

c++ - MOSS Error-Unable to upload all files in a directory to MOSS Server

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?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...