如何从列中转换以下内容:
1 2 3 4 5 6 . . . . 98 99 100
到以逗号分隔的行:
1,2,3,4,5,6,....,98,99,100
我正在使用Linux。
text-processing
text-processing ×1