Hey everyone. I am running the current command at login to track LDAP and login:
sudo jamf recon -endUsername $3
How can I pass the username with all lowercases? I have tried:
#!/bin/sh
sudo jamf recon -endUsername $3 | tr '[A-Z]' '[a-z]'
This is an "at login" script.