macos/terminal/\343\202\277\343\203\274\343\203\237\343\203\212\343\203\253\343\201\213\343\202\211\347\217\276\345\234\250\343\201\256\343\203\207\343\202\243\343\203\254\343\202\257\343\203\210\343\203\252\343\201\256\343\202\277\343\203\274\343\203\237\343\203\212\343\203\253\343\202\222\351\226\213\343\201\217.md
... ...
@@ -0,0 +1,5 @@
1
+[macos - How do you open a new Mac OS X Terminal from Terminal and have it be in the same directory? (Snow Leopard) - Stack Overflow](https://stackoverflow.com/questions/11676007/how-do-you-open-a-new-mac-os-x-terminal-from-terminal-and-have-it-be-in-the-same)
2
+
3
+```
4
+$ open -a Terminal "`pwd`"
5
+```
... ...
\ No newline at end of file