Day: July 15, 2013

  • Fork Less in Bash and See Performance Wins

    So, if you haven’t seen this page you should take a look. It has a whole bunch of interesting techniques you can use to manipulate strings in bash. If you end up working with bash a lot you might find yourself doing this quite a bit, since it can save a lot of time. Lets…