Guest User

Untitled

a guest
Jan 22nd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.08 KB | None | 0 0
  1. #!/bin/bash
  2. cat ./passwd | grep "/etna" | cut -d ":" -f4 | grep "[02468]$" | wc -l
Add Comment
Please, Sign In to add comment