Commands; More than 1,000 that can be called from terminal and or scripts /bin /sbin /usr/bin /usr/sbin 3rd Party tools /usr/local/bin/jamf Begin Script with She-Bang (!#) Variables are fill-in the…
#!/bin/bash while [ $( pgrep TextEdit ) ] do echo Waiting for TextEdit to quit. sleep 2 done echo TextEdit has quit. Link: https://www.youtube.com/watch?v=UQs7-N2_35k
System Configuration Utility DESCRIPTION Invoked with no options, scutil provides a command line interface to the "dynamic store" data maintained by configd. Interaction with this data (using the SystemConfiguration.framework SCDynamicStore…