| Two adjacent fields are assumed to be separated by exactly one delimiter if not specified explicitly. | ||
| New Scripts | ||
| 1 | Extract the N-th field from a comma-separated record. 2008.02.29 | |
| 2 | Extract the N-th field from a comma-separated record with escapes allowed. 2008.03.01 | |
| Fields | ||
| 1 | Delete (1)first three (2) last three fields of a line. 2001.09.06 | |
| 2 | Left-pad the third field with zeros to 7 characters. 2001.09.07 | |
| 3 | Left justify a field. 2004.09.17 | |
| 4 | Add delimiters to delimit trailing null fields. 2004.10.08 | |
| 5 | Print every field of a line, except the first, one per line, prepended with the first field. 2006.12.29 | |
| Comma-separated Fields | ||
| 1 | Extract the N-th field from a comma-separated record. 2008.02.29 | |
| 2 | Extract the N-th field from a comma-separated record with escapes allowed. 2008.03.01 | |