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 (1)

Label Occurrences
paste canonical 1

How this entity was disambiguated

Statements (45)

Predicate Object
instanceOf GNU Core Utilities program
Unix command
command-line tool
availableOn BSD
surface form: BSD systems

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 Core Utilities
surface form: GNU coreutils package
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 (1)

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