awk -F " "  '{for (i=4;i<=NF;i++)printf("%s ", $i);print ""}' file

相关文章:

  • 2022-12-23
  • 2021-08-03
  • 2022-02-24
  • 2022-12-23
  • 2021-08-05
  • 2022-12-23
  • 2022-12-23
  • 2021-06-14
猜你喜欢
  • 2021-06-12
  • 2022-12-23
  • 2021-07-13
  • 2021-12-04
  • 2022-12-23
相关资源
相似解决方案