-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjusting content errors and incompatibility with md format #2575
Conversation
**Wildcard (Wildcard character)**: used to match file or directory names. | ||
**Regular expression**: used to match the content of a file. | ||
|
||
In [this document](../sed_awk_grep/1_regular_expressions_vs_wildcards.md), we have provided a detailed introduction. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This introduces passive voice. Please reword it to:
"You can see an introduction with extra detail in [this document](../sed_awk_grep/1_regular _expressions_vs_wildcards.md)."
|
||
Specify a regular expression (*regex*) to extract the files matching the specified selection pattern. | ||
Specify a Wildcard to extract the files matching the specified selection pattern. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wildcard should be lower-case in both these cases:
#### Extract a group of files from a *tar* backup using a wildcard
and
Specify a wildcard to extract the files matching the specified selection pattern.
docs/books/admin_guide/09-backups.md
Outdated
|
||
Although wildcard characters and Regular expressions usually have the same symbol or style, the objects they match are completely different, so people often confuse them. | ||
|
||
**Wildcard (Wildcard character)**: used to match file or directory names. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The word "Regular" should be lower-case: regular expressions
The second "wildcard" here should not be capitalized:
**Wildcard (wildcard character)**: used to match file or directory names.
Test results for 1875d3c:
|
Author checklist (Completed by original Author)
Rocky Documentation checklist (Completed by Rocky team)