Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

問題9 ログの抽出の解答について #56

Closed
tena-beji opened this issue May 17, 2023 · 3 comments
Closed

問題9 ログの抽出の解答について #56

tena-beji opened this issue May 17, 2023 · 3 comments

Comments

@tena-beji
Copy link

問題文では、”2016年12月25日3時台の最初のログまでを出力” となっていますが、解答例だと3時台のログすべてが出力されると思います。サンプルデータは1時間に1件のデータなので、問題文通りではありますが、問題文の条件は少なくとも1時間に1回はログがあるということなので、解答が正確ではないのかと思いました。ご確認いただけると幸いです。

@tena-beji
Copy link
Author

別解2についてです。

@ryuichiueda
Copy link
Contributor

そうですね。ご指摘ありがとうございます。

いまどうやって訂正するか考え中です。

@ryuichiueda
Copy link
Contributor

$ cat log_range.log | awk '$4" "$5>="[24/Dec/2016 21:00:00]" && $4" "$5<"[25/Dec/2016 03:59:60]" && a == 0;$4" "$5>"[25/Dec/2016 02:59:60]"{a++}'

こういう感じで訂正を出しておきます。ありがとうございました!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants