質問編集履歴

1

教えてもらった方法を追加

2020/08/13 08:59

投稿

teityura
teityura

スコア84

test CHANGED
File without changes
test CHANGED
@@ -59,3 +59,25 @@
59
59
  CentOS-SCLo-scl-rh.repo enabled=0
60
60
 
61
61
  ```
62
+
63
+
64
+
65
+ # 教えていただいた方法
66
+
67
+ hoge(pattern1\|pattern2) でできました。
68
+
69
+ ```
70
+
71
+ (cd /etc/yum.repos.d/ && grep -e '^[' -e enable * | column -ts: | grep 'centos-sclo-(sclo\|rh)]' -A1)
72
+
73
+ CentOS-SCLo-scl.repo [centos-sclo-sclo]
74
+
75
+ CentOS-SCLo-scl.repo enabled=0
76
+
77
+ --
78
+
79
+ CentOS-SCLo-scl-rh.repo [centos-sclo-rh]
80
+
81
+ CentOS-SCLo-scl-rh.repo enabled=0
82
+
83
+ ```