Guest User

Untitled

a guest
Nov 20th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. who | awk '{print $1}' | sort -u
  2.  
  3. who | cut -d' ' -f1 | uniq
  4.  
  5. who | cut -d' ' -f1 | uniq
  6.  
  7. w -h | awk '{print $1}' | sort -u
  8.  
  9. users
  10.  
  11. users | rs -T | sort -u
Add Comment
Please, Sign In to add comment