Skip to content

Instantly share code, notes, and snippets.

@Jaesin
Created June 12, 2015 02:44
Show Gist options
  • Save Jaesin/657ffd0e838b5cb634b1 to your computer and use it in GitHub Desktop.
Save Jaesin/657ffd0e838b5cb634b1 to your computer and use it in GitHub Desktop.
Get the user shell for user in OS X
#!/bin/bash
dscl . -read /Users/$user UserShell | sed s/^UserShell:\ //
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment