I have 2 files:
file1
abc
def
ghi
jkl
file2 (might not be sorted in same order)
ghi:Checked
def:Checked
I would like to create a file like this:
abc
def:Checked
ghi:Checked
jkl
Is there a way to do that in shell ? I would like not to change the sorting order of my file1