Hi,
I recently just started writing awk. I managed to create a script, that takes two files, creates arrays, searches them and finally prints. Unfortunately my script tends to take very long time when I use large data files.
Is there someone who can help me speed things up?
Script:
#!/bin/awk...