tips: search text into list file and order by date
Simple but power command to search text inside file ed order list file by date ….. thx to google and all user
grep -rl ‘REGEX’ * | xargs ls -trl
Simple but power command to search text inside file ed order list file by date ….. thx to google and all user
grep -rl ‘REGEX’ * | xargs ls -trl