Skip to content

Instantly share code, notes, and snippets.

@jeff-hager-dev
Last active September 10, 2015 13:49
Show Gist options
  • Save jeff-hager-dev/50ff696d4b855c16b253 to your computer and use it in GitHub Desktop.
Save jeff-hager-dev/50ff696d4b855c16b253 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment