Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/07/2003, 15:34
Avatar de serversp
serversp
Usuario baneado!
 
Fecha de Ingreso: julio-2003
Mensajes: 110
Antigüedad: 21 años, 5 meses
Puntos: 0
[root@www logs]# cat access_log ¦ grep googlebot ¦ cut -d"[" -f 2 ¦ cut -d"/" -f 2- ¦ cut -d":" -f 1 ¦ uniq -c

cat: invalid option -- d

Try `cat --help' for more information.