Friday, December 5, 2014

Unix/Shell Script: Send a file to multiple subdirectories

Hey!

This was a fantastic piece of code, get a look.
It's the real deal if you want to send one file to multiple sequential subdirectories:


        printf "bomba_000%02i " $(seq 1 10) | xargs -n 1 cp puzzle.xml


Got this amazing solution from here: http://unix.stackexchange.com/questions/49011/copying-a-single-file-to-multiple-directories-using-cp

I'll probably update this to be a little bit more specific on generic names, but for now it's awesome.
Cheers.

Monday, December 1, 2014

Xcode/Project: How to make your Xcode project the hardcore way

Hey,

Get a reference here.
This dude teaches how to "bring back" the "Empty Project" template that we have in Xcode 5 and that for some stupid reason Apple preferred to focus on Storyboards.

Here it goes:
http://codefromabove.com/2014/09/xcode-6-removing-storyboards-and-creating-useful-empty-projects/

Cheers!
Tweet