Hey guys,
New on this forum. Would really appreciate some help on this issue I'm having. I'm trying to store
the result of this command into an array so that I can compare this array with another array so
I can get the difference between the two. My first problem is storing this output into an array? Any suggestions would be great guys.
launchctl list | egrep -v "com.apple|anonymous.launchd|anonymous|master|cron|ntpd|bombich|cupsd" | awk '{print $3}'
org.test.squid
org.test.disk
org.test.maint
New on this forum. Would really appreciate some help on this issue I'm having. I'm trying to store
the result of this command into an array so that I can compare this array with another array so
I can get the difference between the two. My first problem is storing this output into an array? Any suggestions would be great guys.
launchctl list | egrep -v "com.apple|anonymous.launchd|anonymous|master|cron|ntpd|bombich|cupsd" | awk '{print $3}'
org.test.squid
org.test.disk
org.test.maint