[Mac] The easiest way to install X Code Command Line Tools in 2019
1. Open up a terminal from Finder or Spotlight and type in or paste in: gcc Then you should be prompted to install the X Code command line tools like…
1. Open up a terminal from Finder or Spotlight and type in or paste in: gcc Then you should be prompted to install the X Code command line tools like…
Linux Command: current_date_and_time=$(date +%YY.%mM.%dD_%HH_%MM_%SS) && mkdir -p YOUR_FOLDER_NAME_$current_date_and_time What this command is doing is running 'date' with a specified format of YYYY.MM.DD_HH_MM_SS which is compatible across all operating systems; then…