Tagged Questions
1
vote
5answers
2k views
How do I execute command line scripts?
In Windows, I can create .bat files. I double click it and all lines are interpreted as if I had entered it into the console.
In OS X, what file or program do I have to use? If I want write a file ...
1
vote
1answer
211 views
How to disable coalescing of log messages in OS X?
I've been using Console to debug some things on my Mac, and I keep seeing --- last message repeated one time --- in the log. Apparently it's not really essential, and you can turn it off on the ...
0
votes
2answers
1k views
Setting a custom log
I have to get all the chromium and firefox info logs out of /var/log/system.log and into a nice quiet /var/log/{chromium,firefox}.log.
However I can neither recall or find how to set that in ...