D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
lampp
/
share
/
doc
/
gettext
/
examples
/
hello-gawk
/
Filename :
hello.awk
back
Copy
#!@GAWK@ -f # Example for use of GNU gettext. # This file is in the public domain. # # Source code of the GNU awk program. BEGIN { TEXTDOMAIN = "hello-gawk" bindtextdomain ("@localedir@") print _"Hello, world!" printf _"This program is running as process number %d.", PROCINFO["pid"] print }