回答編集履歴

1

chousei

2021/12/03 02:54

投稿

yambejp
yambejp

スコア114887

test CHANGED
@@ -2,4 +2,8 @@
2
2
 
3
3
  perl -p -i -e 's/^(APPLE_JUICE=).+$/${1}0/g' hoge.txt
4
4
 
5
+ //調整版
6
+
7
+ perl -p -i -e 's/^(APPLE_JUICE.*?=).+$/${1}0/g' hoge.txt
8
+
5
9
  ```