Blog posts tagged with shell

These are all the posts tagged with shell from newest to oldest. Simple enough.

Getting the Last Element in a Bash Array

Posted on 2012-11-22 22:43:02+00:00

A quick rundown of how to split up a Bash string into an array, then get the last element. Very useful to get the last part of a directory path, an SVN checkout, etc.