257 B
257 B
List what launch scripts are currently loaded (MacOs)
launchctl list | wc -l
Removing color from command output (src)
somescript | sed $'s,\x1b\\[[0-9;]*[a-zA-Z],,g'