You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awk: warning: regexp escape sequence `\"' is not a known regexp operator.
The warning you're encountering is related to the use of escape sequences in the awk command within the script. Specifically, the warning regexp escape sequence \" is not a known regexp operator suggests an issue with how quotation marks are escaped in the awk command.
When I use archfetch, I get the following error:
The text was updated successfully, but these errors were encountered: