Recursos Mac, Ruby / 28.03.2014 Update ruby version for rbenv and ruby-build for mac If you want to see what version you have available for installation: [shell] rbenv install -l [/shell] 0 Comments Continue Reading 0 Likes
Linux, Mac, Recursos Mac / 18.09.2012 Search and replace a word in multiple files from command line in linux, mac For search and replace words in many files using command line and using ack: Open Terminal Console : For search only: [shell]ack -a 'border-radiused'[/shell] For search and list only the files where contain words: 0 Comments Continue Reading 0 Likes