[ 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: insert-header.sin
# Sed script that inserts the file called HEADER before the header entry. # # At each occurrence of a line starting with "msgid ", we execute the following # commands. At the first occurrence, insert the file. At the following # occurrences, do nothing. The distinction between the first and the following # occurrences is achieved by looking at the hold space. /^msgid /{ x # Test if the hold space is empty. s/m/m/ ta # Yes it was empty. First occurrence. Read the file. r HEADER # Output the file's contents by reading the next line. But don't lose the # current line while doing this. g N bb :a # The hold space was nonempty. Following occurrences. Do nothing. x :b }