Friday, September 19, 2014

How to replace single quote to double quotes of the Bash command line for Linux

How to replace single quote to double quotes of the Bash command line for Linux


# sed 's/\x27/\x22/g' file



How to replace single quote to double quotes of the Bash command line for Linux

No comments:

Post a Comment