OSX Terminal Tricks
Visual File structure of directory
brew install tree tree -d ./dir_name/
Combine two files
cat file1.txt file1.txt > file3.txt