Here is a command to get a list of modified files in a directory and subdirectories;
Continue reading “Get list of modified files in directory”
Tag: search
Search Associative Array with Wildcard in PHP
Here are a pair of functions that will allow you to search an associative array for either a key or a value, using a string with a wildcard (*).
Continue reading “Search Associative Array with Wildcard in PHP”