Skip to content

Instantly share code, notes, and snippets.

@gusioo
Created December 3, 2013 11:57
Show Gist options
  • Save gusioo/7767990 to your computer and use it in GitHub Desktop.
Save gusioo/7767990 to your computer and use it in GitHub Desktop.
Getting full username from passwd
getent passwd |grep $USER |gawk -F: '{ print $5 }' |sed 's/.\{3\}$//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment