Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PasteOptions ¶
type PasteOptions struct {
Delimiters string // -d: use characters from LIST instead of TABs
Serial bool // -s: paste one file at a time instead of in parallel
Zero bool // -z: line delimiter is NUL, not newline
}
PasteOptions configures the paste command behavior
Click to show internal directories.
Click to hide internal directories.