The answer is in the linked article:
iwconfig wlan0 | grep -i --color signal
To be sure of which the name of your network interface is (not necessarily wlan0) maybe first find it with the follow command:
route | grep default | grep -o '.....$'
iwconfig wlan0 | grep -i --color signal
route | grep default | grep -o '.....$'