Related commands:
sed 's/\"//g'
Examples are as follows:
[test@localhost ~]# echo \"hello\" | sed 's/\"//g'
hello
[test@localhost ~]# echo \"hello\"
"hello"
[test@localhost ~]# cat test.log
"hello"
[test@localhost ~]# cat test.log | sed 's/\"//g'
hello
Read More:
- How to Split numbers and strings in a strings
- Invalid operands to binary expression (‘double’ and ‘double’)
- The difference between single equal sign and double equal sign EQ in shell script
- Common shell (1): shell gets the current time stamp of the system
- Git removes the content of stash
- JavaScript removes the number specified in the array
- Exponentiation in shell
- Several methods of executing multiple commands in Linux shell
- If elif writing method of shell script
- An undetermined call to function ‘shell’: missing ‘. Stop. Problem encountered when using shell command in makefile
- Differences between shell script variable assignment and C language variable assignment
- Python: crawler handles strings of XML and HTML
- How to replace strings in VIM
- [solution] Python flash database migrate error type error: option values must be strings
- Solve the problem of shell script “syntax error near unexpected token `fi’”.
- The conversion between [Python] bytes and hex strings.
- The method of getting shell command output in Python
- Parsing double quotation marks with JSON
- 43. Implementation of the shortest code of multiply strings | Java
- After using fastlick, double-click the error reporting solution