awk include current date as the last column in a file and print out the contents as column delimited

前端 未结 0 536
夕颜
夕颜 2020-11-27 17:54

I am using the following to include current date as last column in a file and print the contents of the file as tab delimited

awk -v OFS=\'\\t\' -v cdate=$(date \'+%Y

相关标签:
回答
  • 消灭零回复
提交回复
热议问题