Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经为此工作了一夜,但只解决了部分问题。我正在尝试使用 * 通配符将文件名中包含单词 file 的所有文件复制到工作目录中。
尝试这样做:
cp *file* ./work/
cp *file* work/
这是作业吗?