假设有一个名为 mydir 的目录,其中包含...
aaa.cpp aaa.h bbb.cpp bbb.h Makefile a b
... 其中 a,b 是可执行文件。我想要的是只将 a 和 b 复制到另一个位置。
是否可以 ?(手动发行copy a,b another_dir除外)
copy a,b another_dir
linux
linux ×1