Tagged Questions
1
vote
0answers
34 views
Most efficient way to get all files in a directory
I have a million+ files spread across four fiber-connected arrays. I need to get the path, filesize, and last_modified date to insert into a mysql database. What would be the best way to do this?
...
1
vote
1answer
43 views
How do I verify the integrity of my OSX installation? (Files, versions, and preferences)
I want to verify the files, and configuration settings for my OSX installation against a known good reference "base".
Assuming I have two identical Macs (hardware), with one being factory installed ...
2
votes
3answers
1k views
Opening a terminal window to a specific directory from a bash script
How can I write a bash script in Mac OS X that opens a Terminal window in a specific directory? I'd assume something like:
open /Applications/Utilities/Terminal.app
But that does nothing (maybe ...