file manipulation -- creating/rm muiltple files with curly braces
touch foo/bar/{marcus,nathan}.rb ls foo/bar/ # . # .. # marcus.rb # nathan.rb rm foo/bar/{marcus,nathan}.rb ls foo/bar # . # ..