MAC Tips & Tricks
/ Install Homebrew -> the package manager of Mac (like apt-get on Linux)
// Go to https://brew.sh
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"$ brew install bash-completion$ command 2>&1 | tee outputCollectedProgExec.txt$ rm -R folder
// remove all his contentLast updated