paste

E299163

paste is a GNU Core Utilities command-line tool that merges lines of input files horizontally, typically separating fields with a delimiter such as a tab.

All labels observed (2)

Label Occurrences
Paste 1
paste canonical 1

How this entity was disambiguated

Statements (45)

Predicate Object
instanceOf GNU Core Utilities program ⓘ
Unix command ⓘ
command-line tool ⓘ
availableOn BSD systems ⓘ
linked to: BSD

Linux ⓘ
macOS ⓘ
other POSIX-compliant systems ⓘ
category shell command ⓘ
text processing utility ⓘ
conformsTo POSIX specification for paste ⓘ
defaultDelimiter tab character ⓘ
developer Free Software Foundation ⓘ
distribution GNU coreutils package ⓘ
linked to: GNU Core Utilities
handlesUnequalLineCounts yes ⓘ
implementationLanguage C ⓘ
inputType standard input ⓘ
text files ⓘ
invocationExample paste -d"," file1 file2 ⓘ
paste -s file1 ⓘ
paste file1 file2 ⓘ
operatingSystem Unix ⓘ
Unix-like operating systems ⓘ
outputType standard output ⓘ
partOf GNU Core Utilities ⓘ
primaryFunction merge lines of files horizontally ⓘ
produce parallel output from multiple input files ⓘ
relatedCommand awk ⓘ
cut ⓘ
join ⓘ
sed ⓘ
serialModeDescription paste one file at a time instead of in parallel ⓘ
softwareLicense GNU General Public License ⓘ
stdinUsage a single dash - can be used to denote standard input ⓘ
supportsCustomDelimiter true ⓘ
supportsOption --delimiters ⓘ
--help ⓘ
--serial ⓘ
--version ⓘ
-d ⓘ
-s ⓘ
supportsSerialMode true ⓘ
typicalUseCase combine corresponding lines from multiple files ⓘ
prepare tab-separated data ⓘ
reformat data into delimited columns ⓘ
unequalLineCountsBehavior missing fields are treated as empty strings ⓘ

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

PasteDeploy → relatedTo → Paste ⓘ
linked to: paste