Guest User

Untitled

a guest
Jan 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. #!/bin/bash  
  2. cat ./passwd | grep "/shells/close" | grep -v "/etna2" | cut -d ":" -f5 | cut -\
  3. d " " -f2 | grep -v "-" | wc -l
Add Comment
Please, Sign In to add comment