Monday, February 27, 2017

Make OS X Terminal Faster

Make OS X Terminal Faster


Have you ever felt bored because the prompt of your Terminal is not immediately noticeable and you should to wait some moments when opening Terminal in your OS X? Some sources say the length of this process due to the writing of log files in OS X. To expedite the process, you can clean the log files. You can do it manually or by using a little trick. In this post, I will share the trick I mean.

  1. Open Terminal and enter the following commands (each command line should be ended by pressing ‘Enter’ button):
    cd /private/var/log/asl/
    ls *.asl
  2. From the second line command, you’ll see some files ending with .asl. If you do not find it, then I believe it is incorrect, repeat the above steps with a more cautious.
Read more »


Available link for download