On Tue, 2009-08-04 at 14:21 +0200, Arthur Meeks Meeks wrote:
> I found the way to do it finally.
> 
> I'm now dealing with parsing the new file, as I need to look for two
> values, REPLICATION CLIENT and "ALL"
> So, if the machine has REPLICATION CLIENT is ok and if it has "GRANT
> ALL" is also good.
> So, is there a way with grep to say: grep "REPLICATION CLIENT" OR
> "GRANT ALL" ?

For future reference, note that "tail -n +2" will remove the first line
of input.

poc

-- 
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to