Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1.  
  2. #!/bin/bash
  3.  
  4. while read LINIA
  5. do
  6. login=$(echo $LINIA | cut -d " " -f1)
  7. haslo=$(echo $LINIA | cut -d " " -f2)
  8. echo $login
  9. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement