UNIX/ LINUX Software
ID #1056
HOWTO grep inside a file
HOWTO grep inside a file
grep ldap *
grep [the word you are looking for] [everywhere inside]
Search inside of everyfile in a folder
grep 'word' /folder/*
grep ldap *
grep [the word you are looking for] [everywhere inside]
Search inside of everyfile in a folder
grep 'word' /folder/*
Tags: grep
Related entries:
Last update: 2009-01-30 11:55
Author: web admin
Revision: 1.1
You can comment on this entry