異なるサブディレクトリに同じ名前の複数のファイル(> 1000)があります
dir1 / out.txt
# white row
1 2 3 4 5
3 3 4 5 6
4 1 4 5 8
# white row
dir2 / out.txt
# white row
1 2 3 4 5
3 3 4 5 6
4 1 4 5 8
# white row
dir3 / out.txt
# white row
1 2 3 4 5
3 3 4 5 6
4 1 4 5 8
# white row
すべての空白を削除したい(通常、見出し行、末尾行、および行の間)。
Unixで行う簡単な方法はありますか?簡単な質問のためのApolozie。
編集:
私はすべてのスペースを削除しようとしているのではなく、空白である行全体を削除しようとしています