Writing is my primary focus for a lot of my business. How I communicate with client. How I market. How I create products. But I couldn’t do any of that if I was afraid of writing or bad at writing. If you’re starting to get into writing, here are a few lessons I learned. Write …
Tag: tips
Running Shell Commands in Ruby
One of the major benefits of unix is the quantity of many simple programs that one thing great. As a developer for unix, you must learn how to leverage these commands into your own scripts. Here is how to do this in Ruby. Say you script wants to call on the unix command to view …