Join

JOIN(1) - General Commands Manual

Comm, Lam, Paste, Uniq, Sort, Awk, Join

JOIN(1) - General Commands Manual # JOIN(1) - General Commands Manual NAME # join - relational database operator SYNOPSIS # join [-1 field] [-2 field] [-a file_number | -v file_number] [-e string] [-o list] [-t char] file1 file2 DESCRIPTION # The join utility performs an “equality join” on the specified files and writes the result to the standard output. The “join field” is the field in each file by which the files are compared. ...

LAM(1) - General Commands Manual

Pr, Join, Printf, Lam

LAM(1) - General Commands Manual # LAM(1) - General Commands Manual NAME # lam - laminate files SYNOPSIS # lam [-F|f min.max] [-P|p min.max] [-S|s sepstring] [-T|t c] file … DESCRIPTION # lam copies the named files side by side onto the standard output. The n-th input lines from the input files are considered fragments of the single long n-th output line into which they are assembled. The name “-” means the standard input, and may be repeated. ...

SORT(1) - General Commands Manual

Comm, Join, Uniq, Sort

SORT(1) - General Commands Manual # SORT(1) - General Commands Manual NAME # sort - sort, merge, or sequence check text and binary files SYNOPSIS # sort [-bCcdfgHhiMmnRrsuVz] [-k field1[,field2]] [-o output] [-S size] [-T dir] [-t char] [file …] DESCRIPTION # The sort utility sorts text and binary files by lines. A line is a record separated from the subsequent record by a newline (default) or NUL ‘\0’ character (-z option) . ...