我有一个带有以下文本的文件test.txt
1 2 3 4 3 4 5 6 8 7 3 2
我想把它保存为
4 3 2 1 6 5 4 3 2 3 7 8
是否有任何shell命令可以做到这一点?
bash shell
bash ×1
shell ×1