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 |
|
 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
}}}
|