Performing JOINs on text files20 February 2018·152 words·1 minUnixLinux comes equipped with a handy utility aptly called join which performs join operations on text files.
AWK Built-in Variables20 February 2018·186 words·1 minUnixA common choice for manipulating and processing large text files on UNIX systems is awk. I was using awk in March of 2017 and thought it would be helpful to have a list of awk built-in variables for future reference.