I have the following bash command that I want to execute for multiple files:
cat file_name.txt | tr -d \'\\n\' >> output.txt
I am attem