回答編集履歴

2

表示修正

2020/07/18 14:28

投稿

hana_yama_san
hana_yama_san

スコア923

test CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
 
4
4
 
5
+ ```
6
+
5
7
  D=`date +"%s"`; ls -Rl --time-style=+%Y-%m-%d\ %H:%M:%S | grep "変数名*" |
6
8
 
7
9
  awk -v D="${D}" 'NF>=7{CD=system("date --date=$6 $7 +%s");if (D > CD){D=CD;L=$0}}END{print L}'
10
+
11
+ ```

1

小文字を大文字にした

2020/07/18 14:28

投稿

hana_yama_san
hana_yama_san

スコア923

test CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
 
4
4
 
5
- D=`date +"%s"`; ls -Rl --time-style=+%Y-%m-%d\ %H:%M:%s | grep "変数名*" |
5
+ D=`date +"%s"`; ls -Rl --time-style=+%Y-%m-%d\ %H:%M:%S | grep "変数名*" |
6
6
 
7
7
  awk -v D="${D}" 'NF>=7{CD=system("date --date=$6 $7 +%s");if (D > CD){D=CD;L=$0}}END{print L}'