awk

package
v0.0.26 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 3, 2026 License: Apache-2.0 Imports: 19 Imported by: 0

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

func DecodeAwkEscapes(s string) string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL