hongy...@gmail.com
2022-02-17 13:43:45 UTC
Today, on Ubuntu 20.04.3 LTS, when I'm running some tests of vasp [1], I encounter the awk warning as follows:
```
awk: cmd. line:2: warning: regexp escape sequence `\ ' is not a known regexp operator
```
The awk version is as follows:
```
$ awk --version
GNU Awk 5.0.1, API: 2.0 (GNU MPFR 4.0.2, GNU MP 6.2.0)
```
I also noticed the discussion here [2], it says the following:
```
It's a problem of gawk,I downgrade gawk from 5.0.1 to 4.2.1 then this report of "awk : cmd..." disappeared.
```
However, I am not sure if this is harmful. Any hints/explanations/fixings/workarounds will be highly appreciated.
[1] https://www.vasp.at/
[2] https://github.com/KittyKatt/screenFetch/issues/627#issuecomment-512685269
Regards,
HZ
```
awk: cmd. line:2: warning: regexp escape sequence `\ ' is not a known regexp operator
```
The awk version is as follows:
```
$ awk --version
GNU Awk 5.0.1, API: 2.0 (GNU MPFR 4.0.2, GNU MP 6.2.0)
```
I also noticed the discussion here [2], it says the following:
```
It's a problem of gawk,I downgrade gawk from 5.0.1 to 4.2.1 then this report of "awk : cmd..." disappeared.
```
However, I am not sure if this is harmful. Any hints/explanations/fixings/workarounds will be highly appreciated.
[1] https://www.vasp.at/
[2] https://github.com/KittyKatt/screenFetch/issues/627#issuecomment-512685269
Regards,
HZ