awk -F'~' '{gsub(/ /,"",$4); if ($4=="May2120127:28:19:680PM") print $0}' CachCplsOrder.dump
For further actions, you may consider blocking this person and/or reporting abuse
awk -F'~' '{gsub(/ /,"",$4); if ($4=="May2120127:28:19:680PM") print $0}' CachCplsOrder.dump
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)