我想将数字/数字字符串从行前移到行尾,输入示例:
123example 321example 34292example
预期产量:
example123 example321 example34292
bash awk
awk ×1
bash ×1