-
- Downloads
There was an error fetching the commit references. Please try again later.
replace [[:digit:]] with \w in grep commands
\w matches all numbers rather than just a single digit
Please register or sign in to comment
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
\w matches all numbers rather than just a single digit