12 lines
58 B
Sed
12 lines
58 B
Sed
/^"POT-Creation-Date: .*"$/{
|
|
x
|
|
s/P/P/
|
|
ta
|
|
g
|
|
d
|
|
bb
|
|
:a
|
|
x
|
|
:b
|
|
}
|