Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
grep help
Name: jrmontg Date: October 23, 2006 at 10:42:24 Pacific OS: Windows 2000 Server CPU/Ram: Intel Xeon Product: HP
Comment:
I have a log file that I need to find some words and exclude others and > report.log
Summary: I need to search all my log files for 2 specific words and list only the files that contain them. These words will not be on the same line. I can do a grep on one word: >grep -il chris * I tried >grep...
Summary: Hi, I am trying to extract the lines from an audit log file that contain user input date and user input userid. The following grep is working fine, but it is picking the date that i have not asked, b...
Summary: Hey...I have trouble with one of my homework problem. Anyone wants to help me out? Thanks in advance... Use grep to simulate the command sort file1 and uniq file1. ...