Saturday, May 30, 2009

Make 2 Similar Directory Structures in BASH

Bash techniques from this blog.

mkdir -p {src,test}/com/eriwen/{data,view}

And, the quickest way to return to the Home directory

cd