paste Flashcards
1
Q
paste
A
Write lines consisting of the sequentially corresponding lines from each FILE, separated by TABs, to standard output.
2
Q
paste
- d
- s
- z
A
- d, –delimiters=LIST, Reuse characters from LIST instead of TABs.
- s, –serial, Paste one file at a time instead of in parrallel.
- z, –zero-terminated, Line delimiter is NUL, not newline.
3
Q
A