Remove Old Files

You can use “find” command with “-exec” parameter to remove old files in UNIX system. …

Merge Hashes

Javascript doesn’t have standard function to merger hashes. We can do it like below. var hash1 = {'us': …