comm is a useful command for us to compare two sorted files line by line. It can be used in multiple scenarios. Before getting into the use cases, let’s understand …
Sometimes, we need to make a file not to contain the lines from another file. It is common when we need to remove some configurations from config files. It is …