Comprobar logs de apache con regexp en perl (common/NCSA)Comprobar logs de apache con regexp en perl (common/NCSA)
teoricamente son correctas en un log de apache:
perl -ne 'print if /^(\S+) (\S+) (\S+) \[(.+)\] \"(.+)\" (\S+) (\S+) \"(.*)\" \"(.*)\"/' file
Y carril

