Search Results

Search: Posts Made By: nuclearpenguin
35,728
Posted By sea
Try putting quotes around the values for DATE. ...
Try putting quotes around the values for DATE.

Looks fine to mine.
Are you sure the files contains this specific format?

AFAIK: 'Official' file extension for bash scripts is .sh.
35,728
Posted By Aia
+ grep -r 01/25/2015 001 002 003 004 005 The...
+ grep -r 01/25/2015 001 002 003 004 005

The code shows that it is executing as expected.
grep is searching for the string 01/25/2015 in files: 001, 002, 003, 004 and 005. If that's correct, it...
1,615
Posted By Aia
grep "12/15/2001" $(find . -type f) Consider...
grep "12/15/2001" $(find . -type f)

Consider this:
grep "12/15/2001" * or grep -r "12/15/2001" *
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 10:09 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy