| 7.1 Linux Advanced Text Processing Tools | ||
| Learn advanced Linux commands | ||
|
join
file1 file2 > file3 Join lines of two files on a common field. join parallels the database operation "join tables", but works on text tables. The default is to join on the first field of the first table, and the default delimiter is white space. To adjust the defauls, I use options which I find using man join). Example. if the content of file1 was: Next > Back to "Learn Linux Commands"
|
||

