RSSAmplifier

Abhishek Sundararajan · Apr 19, 2025

Useful Terminal Commands

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Find pdf files in the current directory where the content has the search text. rg --files-with-matches --binary --iglob ' *.pdf ' llama By default, ripgrep will not search binary files like pdf. For other kinds of files, this will do: rg --files-with-matches llama If you just want to find PDFs with “llama” in the filename (not content) Via fd fd -i llama --extension pdf -i tells fd to ignore case.

Read on asun9.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.