awk '{OFS="";print(substr($0,1,6),substr($0,74,18),substr($0,15,3),substr($0,18,8))}' inputfile| sort -k1.1,1.24 > outputfile

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
  • 2021-06-09
  • 2021-08-07
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
  • 2022-12-23
  • 2021-08-04
  • 2021-12-10
  • 2022-12-23
相关资源
相似解决方案