swcarpentry / shell-novice

The Unix Shell
http://swcarpentry.github.io/shell-novice/
Other
392 stars 983 forks source link

Broken link to regex lesson #1427

Open maneesha opened 1 year ago

maneesha commented 1 year ago

The wildcards section includes a broken link to an old regex lesson.

zkamvar commented 1 year ago

Note for maintainers: It might be better to remove the reference all together unless we have an equivalent "advanced regexp" that we can point to. The subdomain is v4, which existed between 2010 and 2012.

The earliest internet archive snapshot is from 2016 and contains several broken images and links.

deppen8 commented 1 year ago

Perhaps we could replace it with a link to this lesson in the Incubator: https://carpentries-incubator.github.io/regex-novice-biology/

bkmgit commented 1 year ago

Timings not yet added to the biology lesson, but it does seem helpful.

Maybe the manual is also worth pointing out: https://www.gnu.org/software/grep/manual/grep.html https://www.gnu.org/software/grep/manual/html_node/Regular-Expressions.html

May also want to reference ugrep as some people may need additional features such as unicode support.

gcapes commented 10 months ago

I just checked and the link in that section link looks to be working. I guess we can now close this issue, and #1431?

bkmgit commented 9 months ago

Closed the pull request. Maybe helpful to update the text to indicate it points to library carpentry so people are not surprised. There is a related issue for the references section https://github.com/swcarpentry/shell-novice/issues/1451

maneesha commented 9 months ago

It is a valid link now - it was fixed with https://github.com/swcarpentry/shell-novice/pull/1438