Skip to content

Instantly share code, notes, and snippets.

@fcojperez
Created March 26, 2021 10:34
Show Gist options
  • Save fcojperez/e6a31e1f6d0e294d97f8d917a95d957e to your computer and use it in GitHub Desktop.
Save fcojperez/e6a31e1f6d0e294d97f8d917a95d957e to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "Joining files /etc/passwd and /etc/shadow"
sudo sudo join -t ':' /etc/passwd /etc/shadow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment