I found the way to do it finally.<br><br>I'm now dealing with parsing the new file, as I need to look for two values, REPLICATION CLIENT and "ALL"<br>So, if the machine has REPLICATION CLIENT is ok and if it has "GRANT ALL" is also good.<br>
So, is there a way with grep to say: grep "REPLICATION CLIENT" OR "GRANT ALL" ?<br><br>Thanks a lot!<br>A