程序员小x小于 1 分钟Linuxtool

删除带有空格的文件

有三个文件,名字中带有空格, 如何使用通配符删除它们?

my test1.txt
my test2.txt
my test3.txt
rm -rf my\ test*.txt
Loading...