我想将所有以字符串开头的文件复制到同一目录中的文件夹中.我试过cp foo* backup/foo*但得到了
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file target_file
cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file ... target_directory
Run Code Online (Sandbox Code Playgroud)
我该如何复制完成此操作?