Update on this,. I do believe the following code is a good improvement.
I've tested on a couple different machines now and it only seems to
respond with accurate Username of only those who have TouchID enabled.
#!/bin/zsh # This script will list all ...
Hmmmm.. I see now that this code seems to result in just a list of all
accounts on the machine,.. so that's really not what I want. I asked
ChatGPT for some improvements and it suggested the below. But it still
shows "Active Users with Touch ID Enabl...
Hey All,.. long time viewer, first time poster ;P ... I modified
bradtchapman's script as it was not working for me. So I had to ChatGPT
a bit to tweak a few things. Below is what I came up with.The 2 EDITS I
made:* Line 9, I changed the GREP to look...