Tag: SQL
Join the lines of two files based on a common column
bashSQL04 July, 2023Time to read: 3 minsSee how to join the lines of two files in bash, based on a common column with the join command. You'll also see how to perform SQL-like joins on files.