I am facing a problem in comparing two columns of same file and then replacing value of one column on basis of another one
For example, my file is like :
name col1 col2
abc no no
xyz yes yes
man no no
wrr no no
Here I want to check that for every 'no' value in col1 of file I want to change value of col2 as 'N/A'