Use zgrep to recursively (-R) search the logs directory (/var/log), this doesn’t handle Apple’s asl format nicely
zgrep -R that_thing /var/log
Log for softwareupdate in log
zgrep -R softwareupdate /var/log >> ~/Desktop/sulogs.txt
Use zgrep to recursively (-R) search the logs directory (/var/log), this doesn’t handle Apple’s asl format nicely
zgrep -R that_thing /var/log
Log for softwareupdate in log
zgrep -R softwareupdate /var/log >> ~/Desktop/sulogs.txt