Unix/Linux find and sort by date modified

How can I do a simple find which would order the results by most recently modified? Here is the current find I am using (I am doing a shell escape in PHP, so that is the reasoning for the variables): find ‘$dir’ -name ‘$str’\* -print | head -10 How could I have this order the … Read more

Sorting lines in Notepad++ without the TextFX plugin

The current version of Notepad++ (at the time of this writing) is 6.6.3. Version 6.5.2 is the first that introduced a native (without a plugin) sorting function. At least, that’s what they claim; even though we’re nine releases after version 6.5.2, I have found nothing about this feature: There is no sign of it in … Read more