mardi 31 mars 2015

How to replace single quote to double quote by awk when under Windows?

I tried gsub() but it didn't work. Here is the command:



awk -v a="'" b=" \" " "gsub(a,b,$0){print $0}" D:\re.json


or anybody could tell me what is the right escape character in Windows command line?


Aucun commentaire:

Enregistrer un commentaire