我有一个包含文件名的文件.
file1 file2 file3 file4
我想创建一个shell脚本,添加'rm'面前
rm file1 rm file2 rm file3 rm file4
如何在文件名前加上rm?
shell ubuntu
shell ×1
ubuntu ×1