On Sat, 2025-03-29 at 10:31 -0600, home user via users wrote:
> The use case (for the curious)...
> I have "link pages" (.html) of links to frequently visited and
> favorite web sites and pages.  I have text files of descriptions
> and metadata for favorite web pages (example: youtube videos).
> I was using "find", and am now using "grep" to see where the two
> sets of files are not in sync.  The search strings are youtube
> video hash keys (is that the correct term?), which can contain
> dashes and other characters that are neither digits nor letters.
> If anyone is curious, the search keys in my examples in this
> thread are for pipe organ performances that I like.
> 

You might want to look at 'fd', an alternative to 'find' which is very
fast and has some additional options. 'dnf info fd-find'.

Also fzf, an interactive directory searcher that has fuzzy matching.

poc
-- 
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to