假设我在文件夹中有:
我的文件夹
以下文件:
File1.txt File2.txt File3.txt File9.txt Bob.txt
我想应用以下算法,但我不知道如何在 Bash 中执行(实际上循环 For 是我无法做到的):
For (each file of MyFolder directory)
add "<end>" at the end of the current text file
EndFor
bash 中的正确语法是什么?
预先感谢您的帮助。