#osx
3 posts tagged osx. Clear filter
-
Find a File On Your File System with the Unix Find Command By Extension
find path/ -name .txt
-
How to Split a Large File Into Smaller Files on OSX or Unix
Use the split command. You can set the number of lines (the "-l" flag) to split on and also the location of where the split files should be saved. Note, the output directory must already exists.
-
Installing Ruby with RVM without Xcode using CLANG
I am not using the full Xcode package on my laptop. Instead I'm using the command line tools, offered by Apple as a separate and much smaller install. I haven't had too many issues, aside from not...