Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. a,b,yes
  2. x,y,no
  3.  
  4. a,b,yes
  5.  
  6. res=yes
  7. awk -F',' "($3 == "$res")" file.txt
  8.  
  9. awk: cmd. line:1: ( == yes)
  10. awk: cmd. line:1: ^ syntax error
  11. awk: cmd. line:2: ( == yes)
  12. awk: cmd. line:2: ^ unexpected newline or end of string
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement