Documentation
¶
Overview ¶
Package awk implements a restricted, POSIX-oriented awk interpreter.
Index ¶
Constants ¶
View Source
const ( MaxPrintfWidth = 1 << 20 MaxPrintfPrecision = 1 << 20 MaxPrintfOutput = 1 << 20 )
View Source
const ( MaxProgramBytes = 256 << 10 MaxProgramFiles = 64 MaxRecordBytes = 1 << 20 MaxFields = 16_384 MaxVariableBytes = 1 << 20 MaxRegexBytes = 64 << 10 MaxExpressionBytes = 5 << 20 MaxStdoutBytes = 10 << 20 )
Variables ¶
View Source
var Cmd = builtins.Command{
Name: "awk",
Description: "pattern scanning and text processing",
MakeFlags: registerFlags,
}
Cmd is the awk builtin command descriptor.
Functions ¶
func DecodeAwkEscapes ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.