【发布时间】:2017-02-01 09:02:01
【问题描述】:
需要帮助从下面的输出中对第 4 列进行排序并仅报告日期最早的条目。
电流输出:
Node_name:ABCD Lastacc :2017-01-05 Info :testing *Endtime :2016-12-11* Type :Exist
Node_name:ABCD Lastacc :2017-01-05 Info :testing *Endtime :2016-12-11* Type :Exist
Node_name:ABCD Lastacc :2017-01-05 Info :testing *Endtime :2016-12-15* Type :Exist
预期输出:
Node_name:ABCD Lastacc :2017-01-05 Info :testing *Endtime :2016-12-15* Type :Exist
【问题讨论】:
-
哪一个是您的第四栏?编辑您的问题并添加更多详细信息