I’ve recently wanted to test out Chrome Canary. While the current ECMAScript 6 compatibility is not much different from stable release Chrome, it’s always nice to have handy for potential testing and checking out new features. As Chrome Canary is not available for Linux, I had to dust off my MacBook Pro to install it. Read the rest…
linux
Linux command to find and replace strings in multiple files
Ever found yourself having to find and replace multiple strings, in multiple files, in multiple directories? Well, here is your new favorite Linux command: Even if you only need to find/replace in one document, this works like a charm. This is a UNIX command, so should work on OS X in addition to Linux, but Read the rest…