bash vlookup function
# Example usage:
awk 'FNR==NR{a[$1]=$2; next}; {if($9 in a) {print $0, "\t"a[$9];} else {print $0, "\tNA"}}' input_file_1 input_file_2
# This command does a VLOOKUP-type operation between two files using
# awk. With the numbers above, column 1 from input_file_1 is used
# an a key in an array with column 2 of input_file_1 as the match for
# the key. Column 9 of input_file_2 is then compared to the keys from
# input_file_1 and any matches return the associated match from
# input_file_1 (here, column 2).
Also in C++:
- download a github folder
- install networkx python
- fatal: 'origin' does not appear to be a git repository
- clone mongodb database to local machine
- definition varibale in bash
- find text pattern in file linux
- cd command windows
- jq yq for html
- ubuntu navigate to directory in windows
- install and set up mariadb django
- cd in linux
- composer 2 install in windows 10
- python view pickle
- execute php file from command line
- rpm install google-chrome-stable in cmd
- popwershell add local user
- vscode save git credentials
- git pull vs rebase
- uninstall vscode linux
- git save username and password
- heroku Failed to install gems via Bundler when remove gem rails
- how to get ubuntu to read usb drive
- merge conflict in git
- powershell add user to remote desktop group