回答編集履歴

1

修正

2018/07/13 03:17

投稿

KojiDoi
KojiDoi

スコア13671

test CHANGED
@@ -4,6 +4,6 @@
4
4
 
5
5
  ```
6
6
 
7
- perl -MTime::Piece -pe 's#[(\d+)]#Time::Piece->strptime($1,"%s")->strftime("%Y/%m%d %H/%M/%S")#e;' /etc/logs/logfile.1.txt
7
+ perl -MTime::Piece -pe 's#[(\d+)]#Time::Piece->strptime($1,"%s")->strftime("%Y/%m/%d %H/%M/%S")#e;' /etc/logs/logfile.1.txt
8
8
 
9
9
  ```