Warning! This version is now obsolete! Check out the new and improved version (using only Bash built-ins) here! Here is a command-line (bash) script that
Continue readingMonth: November 2009
Recursive file/directory change-detection
Disclaimer This article explores a way in which an approximate “fingerprint” of a file tree can be created! If all you want is to detect
Continue readingDetect number of CPUs on a machine
UPDATE: Steven pointed out (very nicely) that there’s no need for cat in this picture, grep would do just fine on its own. So, thanks
Continue reading