質問編集履歴

2

実行環境の追記

2019/08/22 13:06

投稿

makibi5577
makibi5577

スコア112

test CHANGED
File without changes
test CHANGED
@@ -100,4 +100,12 @@
100
100
 
101
101
  drwxrwxrwx 2 root root 0 Aug 22 11:34 test2
102
102
 
103
+
104
+
105
+ root@8c170ce2fb8a:/var/www/perl_test/httpdocs/test# ls -l
106
+
107
+ total 1
108
+
109
+ -rwxr-xr-x 1 root root 276 Aug 22 11:17 test.html
110
+
103
111
  ```

1

実行環境追記

2019/08/22 13:06

投稿

makibi5577
makibi5577

スコア112

test CHANGED
File without changes
test CHANGED
@@ -71,3 +71,33 @@
71
71
 
72
72
 
73
73
  ヒントでもいいので助けて頂けると助かります。
74
+
75
+
76
+
77
+ ## 追記
78
+
79
+ ```
80
+
81
+ root@8c170ce2fb8a:/var/www/perl_test# perl perl_test_find.pl
82
+
83
+ httpdocs
84
+
85
+ httpdocs/index.html
86
+
87
+ httpdocs/test
88
+
89
+ httpdocs/test2
90
+
91
+
92
+
93
+ root@8c170ce2fb8a:/var/www/perl_test/httpdocs# ls -l
94
+
95
+ total 1
96
+
97
+ -rwxr-xr-x 1 root root 274 Aug 22 11:51 index.html
98
+
99
+ drwxrwxrwx 2 root root 0 Aug 22 11:34 test
100
+
101
+ drwxrwxrwx 2 root root 0 Aug 22 11:34 test2
102
+
103
+ ```