Guest User

Untitled

a guest
Oct 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. {
  2. x=temp;
  3. print x;
  4. }
  5.  
  6. D:>awk -v temp=hello -f test1.awk
  7.  
  8. hello
  9.  
  10. hello
  11.  
  12. hello
  13.  
  14. hello
  15. ^C
  16. D:>
Add Comment
Please, Sign In to add comment