Among all the utilities that assist Linux Hosting professionals to execute the functions, ‘join’ is one among them.
- Join is used to combine two files based on value of common field
- Works like join operation in relation algebra.
The available options for the Join operation:
-1: Field to join on first file
-2: Field to join on second file
-t : Field separator

