How To Use Option as Meta Key in macOS Terminal?

The Meta Key is a modifier key that can be quite helpful to improve your productivity while working in a terminal and bash. This post cover how to enable from the command line the Meta Key in macOS Terminal.

updated Sep 2020

How To Upgrade your Bash Version on Mac OS?

MacOS comes with an outdated version Bash which can be limiting in shell scripts. This post explain how to upgrade your Bash version on Mac from the command line.

bash --versionupdated Sep 20206 examples

How to flush your DNS Cache on Mac OS X?

Learn how to resolve a bad DNS entry returned by your Mac local cache due to a long TTL DNS and how to purge your Mac OS DNS cache for your specific Mac OS version, all this right from the command line.

updated Dec 2021

Removing ^M in imported Windows files

Learn how to quickly and easily handle files with newline and carriage return between linux, mac, and windows. This post will explain how to remove or replace the often annoying ^M character.

alias cvtCR="trupdated Sep 20202 examples