Advertisement
ROBinet

mult_42

Sep 21st, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. mult_42.sh
  2.  
  3. #!/bin/bash
  4.  
  5. cat ./passwd | awk -F: '$3 % 42 == 0 {print $1}' | sort -d -f -
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement