How to do awk comparison in TCL -


how use awk 'fnr==nr{a[$2];next}!($2 in a)' b in tcl.

when ran using exec awk {fnr==nr{a[$0];next}!($0 in a)} m1 m2 > diff, giving out nothing in diff.

i want compare m1 , m2 file , different should dump in diff.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -