Skip to content
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

Merged
merged 2 commits into from
Jan 13, 2025

Conversation

jimcat8
Copy link
Contributor

@jimcat8 jimcat8 commented Jan 12, 2025

Author checklist (Completed by original Author)

  • Good fit for the Rocky Linux project? Title and Author Metatags inserted ?
  • If applicable, steps and instructions have been tested to work
  • Initial self-review to fix basic typos and grammar completed

Rocky Documentation checklist (Completed by Rocky team)

  • 1st Pass (Document is good fit for project and author checklist completed)
  • 2nd Pass (Technical Review - check for technical correctness)
  • 3rd Pass (Detailed Editorial Review and Peer Review)
  • Final approval (Final Review)

**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.

Copy link
Contributor

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.

Copy link
Contributor

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.


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.
Copy link
Contributor

@sspencerwire sspencerwire Jan 12, 2025

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.

Copy link

Test results for 1875d3c:

Number of broken URLs: 7

URL,RESULT,FILENAME
 https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.0_release_notes/new-features#enhancement_networking,failed,release_notes/9_0.md
 http://example.org/foo.txt,failed,books/web_services/052-load-balancer-proxies-varnish.md
 https://azuremarketplace.microsoft.com/en-us/marketplace/apps/resf.rockylinux-aarch64,failed,guides/cloud/migration-to-new-azure-images.md
 https://www.volted.net/,failed,guides/contribute/README.md
 http://0.0.0.0:61208/,failed,guides/network/glances_network_monitoring.md
 https://your.domain.name/install.php,failed,guides/cms/chyrp_lite.md
 https://www.landoflinux.com/linux_procfs_sysfs.html,failed,gemstones/core/view_kernel_conf.md

@sspencerwire sspencerwire merged commit e0ae1e9 into rocky-linux:main Jan 13, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants