Search for something in a file grep something file Search for something in multiple files grep something file file1 file2 file 3 Search for something everywhere in the current directory…
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…
How can I enable "Install Security Responses and system files" in macOS terminal? Enable System Files and Security Updates: To specifically enable the installation of system files and security updates,…
To collect logs for Mac: Select the Help menu in Microsoft Teams and then select Collect support files. Configure Developer Menu for Teams Open Teams and click 5 times while in…
in bbedit for macos how can i remove all the lines in a file that have the sting "[StringToRemoveHere" In BBEdit for macOS, you can remove all lines containing a…
a jamf pro bash script that utilizes script options and subsequent parameter labels to call out the ip and tab to hostname for adding custom entries to the macos client…