awk - Unix, Linux Command---reference
|
This function is provided and documented in?GAWK: Effective AWK Programming,but everything about this feature is likely to change in the next release. We STRONGLY recommend that you do not use this feature for anything that you aren’t willing to redo. pgawk?accepts two signals.?SIGUSR1?causes it to dump a profile and function call stack to the profile file,which is either?awkprof.out,or whatever file was named with the?--profile?option. It then continues to run.?SIGHUP?causes it to dump the profile and function call stack and then exit. String constants are sequences of characters enclosed in double quotes. In non-English speaking environments,it is possible to mark strings in the?AWK?program as requiring translation to the native natural language. Such strings are marked in the?AWK?program with a leading underscore (‘‘_’’). For example, gawk ’BEGIN { print "hello,world" }’ always prints?hello,world. But, gawk ’BEGIN { print _"hello,world" }’ might print?bonjour,monde?in France. There are several steps involved in producing and running a localizable?AWK?program.
相关内容
站长推荐
|

