awk sed

awk -F '|' '{print $3","$4","$5}' cred.ts | sed 's/-//g'

原文地址:https://www.cnblogs.com/mayidudu/p/6063144.html