I am new to the MAC and shell scripting,
We got a request to create a package using JAMF for the following requirement:
This is for Mozilla Firefox application. There is a pref.js file in “/Users/$username/Library/Application Support/Firefox/Profiles/nsdhfwef.default” directory. I need to search for a line which contains the string “network.automatic-ntlm-auth.trusted-uris” and copy it to a file user.js and also need to append some text to the end of the line network.automatic-ntlm-auth.trusted-uris
Please Advice