Kandji.io tips-for-mac-shell-scripts, Zsh vs. Bash
Great write up for Apple Admins; Shell Script Tips. Zsh vs. Bash Link: https://blog.kandji.io/tips-for-mac-shell-scripts
Kandji.io tips-for-mac-shell-scripts, Zsh vs. Bash Read More - click »
Great write up for Apple Admins; Shell Script Tips. Zsh vs. Bash Link: https://blog.kandji.io/tips-for-mac-shell-scripts
Kandji.io tips-for-mac-shell-scripts, Zsh vs. Bash Read More - click »
command-line interface (CLI), introduction Link: https://blog.kandji.io/guide-for-apple-it-introduction-to-mac-scripting
Great macOS Shell Script introduction Read More - click »
To check the exit code of a process, test against the variable $? Put an Exit Code function in Scripts:
Put an Exit Code function in Scripts Read More - click »
Find files of variable fileType The script will search your machine for files with the specified file type and save
find files of a variable fileType Read More - click »
get_app_icon_graphics Collect copies of macOS icons in .png format from apps installed 2 levels deep from Applications folder bash script
extract_icons bash script Read More - click »
This is a fantastic resource for How to create an LDAPS Configuration with Jamf Pro. Link: How to create an
Jamf Pro LDAPS Configuration Read More - click »
https://github.com/boberito/jamfapi/blob/master/scriptdump.py Bob Gendler “boberito” writes: Create a folder in /Users/Shared called JAMFScripts. It’ll download and dump them all in there.
Jamf Pro Scripts: Backup – Migration script Read More - click »
Search for something in a file grep something file Search for something in multiple files grep something file file1 file2
Global Regular Expression Print: grep command Read More - click »
Regular expressions (shortened as regex or regexp) are a powerful mechanism for text processing. You can use regular expressions to
Regular Expressions Read More - click »