cut.1 (081fa92f3b85bcabe125eeba03b22ac0bf33c8d1) | cut.1 (6abf213ba409b915d99223d50c656cdff775c59c) |
---|---|
1.\" Copyright (c) 1989, 1990, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This code is derived from software contributed to Berkeley by 5.\" the Institute of Electrical and Electronics Engineers, Inc. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 98 unchanged lines hidden (view full) --- 107.Ar delim 108as the field delimiter character instead of the tab character. 109.It Fl f Ar list 110The 111.Ar list 112specifies fields, separated in the input by the field delimiter character 113(see the 114.Fl d | 1.\" Copyright (c) 1989, 1990, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This code is derived from software contributed to Berkeley by 5.\" the Institute of Electrical and Electronics Engineers, Inc. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 98 unchanged lines hidden (view full) --- 107.Ar delim 108as the field delimiter character instead of the tab character. 109.It Fl f Ar list 110The 111.Ar list 112specifies fields, separated in the input by the field delimiter character 113(see the 114.Fl d |
115option.) | 115option). |
116Output fields are separated by a single occurrence of the field delimiter 117character. 118.It Fl n 119Do not split multi-byte characters. 120Characters will only be output if at least one byte is selected, and, 121after a prefix of zero or more unselected bytes, the rest of the bytes 122that form the character are selected. 123.It Fl s --- 41 unchanged lines hidden --- | 116Output fields are separated by a single occurrence of the field delimiter 117character. 118.It Fl n 119Do not split multi-byte characters. 120Characters will only be output if at least one byte is selected, and, 121after a prefix of zero or more unselected bytes, the rest of the bytes 122that form the character are selected. 123.It Fl s --- 41 unchanged lines hidden --- |