我想使用 cp 命令使用文件全局复制所有那些没有数值的文件。
复制的文件不应包含 12a、ghf3 和 s2d。
我尝试使用cp [!0-9] *[!0-9] *[!0-9] destination/
cp [!0-9] *[!0-9] *[!0-9] destination/
linux command-line rhel cp
command-line ×1
cp ×1
linux ×1
rhel ×1