我有一個包含以下列的文件Operation,Name,Start_Time,End_time,Status
。通過使用shell腳本提供指定的時間間隔從文件中提取行
Start_Time列包含日期和時間。
這是來自表格。
Upload | XYZ | 22/10/2014 22:00:00 | 22/10/2014 22:15:10 | finished
Upload | ABC | 22/10/2014 22:10:00 | 22/10/2014 22:30:00 | failed
Upload | EFG | 22/10/2014 23:00:00 | 22/10/2014 23:30:00 | failed
我需要提取其START_TIME在於22:00:00
和23:00:00
兩個(含)之間的行。
我試過使用awk命令。但不能成功。
請幫忙。
在此先感謝。
Shreyas
一個例子會更好。 – 2014-10-28 04:56:17
[在\ [timespan \]內查找日誌文件中的條目(例如,最後一小時)](http://stackoverflow.com/questions/7706095/find-entries-in-log-file-within-timespan -eg-the-last-hour) – tripleee 2014-10-28 06:33:52