[Bug 59758] New: Wiki: Use of extended regular expressions with grep in the "Debug Channels" page, without the E flag
http://bugs.winehq.org/show_bug.cgi?id=59758 Bug ID: 59758 Summary: Wiki: Use of extended regular expressions with grep in the "Debug Channels" page, without the E flag Product: WineHQ.org Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: www-unknown Assignee: wine-bugs@list.winehq.org Reporter: barathrk11@gmail.com Distribution: --- In the page https://gitlab.winehq.org/wine/wine/-/wikis/Debug-Channels, the following line: $ grep -r --include='*.c' --include='*.h' 'WINE_(DEFAULT|DECLARE)_DEBUG_CHANNEL' dlls/ programs/ only seems to work when the -E flag is specified(grep -rE). The -E flag is specified in the example immediately after this one, however: for modname in $(find dlls/ programs/ -mindepth 1 -type d | sort); do echo $(grep -rE --include='*.[ch]' '^WINE_(DEFAULT|DECLARE)_DEBUG_CHANNEL' $modname \ | awk -F "[()]" '{print $2}' | sort | uniq) \ | awk -v modname=$modname '{if (NF>0) printf("%-*s%s\n", 26, modname": ", $0)}'; done -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59758 Austin English <austinenglish@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #1 from Austin English <austinenglish@gmail.com> --- I've updated the wiki. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59758 Austin English <austinenglish@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Austin English <austinenglish@gmail.com> --- Closing. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla