mirror of
https://gitee.com/clygintang/Dockfile-Coreseek.git
synced 2025-07-21 00:00:15 +08:00
11 lines
153 B
Sed
11 lines
153 B
Sed
/^# Packages using this file: / {
|
|
s/# Packages using this file://
|
|
ta
|
|
:a
|
|
s/ m4 / m4 /
|
|
tb
|
|
s/ $/ m4 /
|
|
:b
|
|
s/^/# Packages using this file:/
|
|
}
|