Kil*_*izo 6 linux rename command
这是一个尴尬的问题,我从一台 Windows 机器收到了一些文件,这些文件被命名为
"----index.html"
Run Code Online (Sandbox Code Playgroud)
当我尝试在包含这些文件的目录中 grep hello * 时出现 grep 错误,当我尝试 mv ----index.html index.html 时出现类似的错误:
mv: unrecognized option '----index.html'
Try `mv --help' for more information.
Run Code Online (Sandbox Code Playgroud)
任何人都可以对此有所了解吗?
谢谢
Bil*_*nch 10
mv -- ----index.html index.html
grep hello -- *
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
2371 次 |
最近记录: |