PHP Classes

Will not be as useful than a simple grep/sort line.

Recommend this page to a friend!

      Bad PHP Code Scan  >  All threads  >  Will not be as useful than a simple...  >  (Un) Subscribe thread alerts  
Subject:Will not be as useful than a simple...
Summary:Package rating comment
Messages:1
Author:Ludovic Bellière
Date:2014-07-18 11:12:24
 

Ludovic Bellière rated this package as follows:

Utility: Bad
Consistency: Good
Examples: Good
Unit tests: Sufficient

  1. Will not be as useful than a simple...   Reply   Report abuse  
Picture of Ludovic Bellière Ludovic Bellière - 2014-07-18 11:12:25
Will not be as useful than a simple grep/sort line. You can get the same result with the following line:

{{{
grep -n -R 'eval(base64_decode' /path/to/directory | sort -t: -n -k2
}}}