Lines Matching +full:led +full:- +full:pattern

17 awk \- pattern-directed scanning and processing language
21 .BI \-F
24 .B \-\^\-csv
27 .BI \-v
33 .BI \-f
47 .B \-f
49 With each pattern
53 matches the pattern.
55 pattern portion of every pattern-action statement;
56 the associated action is performed for each matched pattern.
58 .B \-
67 .B \-v
74 .B \-v
77 .B \-F
82 .B \-\^\-csv
85 to process records using (more or less) standard comma-separated values
101 A pattern-action statement has the form:
103 .IB pattern " { " action " }
108 a missing pattern always matches.
109 Pattern-action statements are separated by newlines or semicolons.
128 print\fR [ \fP\fIexpression-list \fP\fR] \fP\fR[ \fP>\fI expression \fP\fR]\fP
129 printf\fI format \fP\fR[ \fP,\fI expression-list \fP\fR] \fP\fR[ \fP>\fI expression \fP\fR]\fP
144 .I expression-list
151 .B + \- * / % ^
155 ! ++ \-\- += \-= *= /= %= ^= > >= < <= == != ?:
194 The built-in function
198 The built-in function
212 Other built-in functions:
236 .IR n -character
360 and returns its exit status. This will be \-1 upon error,
365 upon death-by-signal, where
375 with all upper-case characters translated to their
376 corresponding lower-case equivalents.
381 with all lower-case characters translated to their
382 corresponding upper-case equivalents.
414 0 for end of file, and \-1 for an error.
437 in a pattern apply to the entire line.
447 in a pattern.
449 A pattern may consist of two patterns separated by a comma;
451 from an occurrence of the first pattern
456 .I expression matchop regular-expression
460 .IB expression " in " array-name
462 .BI ( expr ,\| expr ,\| ... ") in " array-name
502 non-null members are taken as filenames.
521 .BI \-F fs\fR.
559 Functions may be defined (at the position of a pattern-action statement) thus:
629 Addison-Wesley, 2024. ISBN 978-0-13-826972-2, 0-13-826972-6.
639 Input is expected to be UTF-8 encoded. Other multibyte
641 However, in eight-bit locales,
644 .SH UNUSUAL FLOATING-POINT VALUES
646 was designed before IEEE 754 arithmetic defined Not-A-Number (NaN)
647 and Infinity values, which are supported by all modern floating-point
656 to convert string values to double-precision floating-point values,
661 into infinity and NaN values respectively. This led to strange results,
686 .B \-nan
694 .B \-inf