• 17-10-2008, 12:40:41
    #1
    örnek olarak /var/www/html nin altında index.php nin içinde kaçtane function.xls gectigini grep ile nasıl bulabilirim?
  • 20-10-2008, 16:26:41
    #2
    Üyeliği durduruldu
    grep -c -e function.xls /var/www/html/index.php
  • 20-10-2008, 16:33:24
    #3
    cat var/www/html/index.php | grep -c function.xls