Odpowiedzi:
for f in *.txt
do
echo -e -n '\n' >> "$f"
done
Postanowiłem zrobić szybki VBScript:
Dim fso, folder, files
Dim strPath
Const ForAppending = 8
' Create a FileSystemObject
Set fso = CreateObject("Scripting.FileSystemObject")
' Define folder we want to list files from
strPath = "C:\members"
Set folder = fso.GetFolder(strPath)
Set files = folder.Files
' Loop through each file
For each item In files
set textFile = FSO.OpenTextFile(item, ForAppending)
textFile.WriteLine()
textFile.Close()
Next
echo >> "$f"
by działało ... ale użycie „kopiowania” przez OP oznacza, że OP znajduje się w oknie systemu Windows. Niestety. Musiałbyś stworzyć plik zawierający CR, a potem wiesz ... to jest po prostu bolesne, żeby to zrobić na Windowsie. Czekać! W MS Word są skrypty Quickbasic! Do BatMobile !! (Nie zrobię tego!) Nawet użycie Linux LiveCD byłoby szybsze.