答案1
我建议你使用 inode 编号来删除此文件:
$ cd ~/Desktop
$ ls -i *Frag829
27526975 your long file name would be here ....
然后使用find
来删除它:
$ find ~/Desktop -maxdepth 1 -inum 27526975
我建议你使用 inode 编号来删除此文件:
$ cd ~/Desktop
$ ls -i *Frag829
27526975 your long file name would be here ....
然后使用find
来删除它:
$ find ~/Desktop -maxdepth 1 -inum 27526975