Guest User

Untitled

a guest
Jul 19th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. file="test.text"
  2. while IFS= read line
  3. do
  4. # display $line or do somthing with $line
  5. x="'$line'"
  6. echo $x
  7. # sleep 10
  8.  
  9. done <"$file"
  10.  
  11. 'google.com
  12.  
  13. x="'$line'"
Add Comment
Please, Sign In to add comment