回答編集履歴

1

追記

2017/12/31 00:49

投稿

nullpon
nullpon

スコア5737

test CHANGED
@@ -1 +1,13 @@
1
1
  つcodecs.open
2
+
3
+
4
+
5
+ ところで、Pythonなど使わなくてもシェル芸なら1行ですみます。
6
+
7
+
8
+
9
+ ```bash
10
+
11
+ $ cat sample.log|awk -F, '$0=$5'|xargs -I@ tail -1 "/etc/DATA/@_3*.log"
12
+
13
+ ```