I have multiple .txt files in a folder i want to remove all spaces from every line of every file how do i do so?
So like file1.txt contains
a a a a
2 2 2 2
and file 2.txt contains
3 3 3 3
4 4 4 4
I want the outcome to remove spaces so like,
file1.txt after
aaaa
2222