Skip to content

Exclude an exact match #1576

Answered by tavianator
WhyNotHugo asked this question in Q&A
Jun 17, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Could you use a pipeline?

$ fd Cargo.toml
Cargo.toml
compiler/rustc_ast/Cargo.toml
compiler/rustc_ast_passes/Cargo.toml
...
$ fd Cargo.toml | grep -Fxv 'Cargo.toml'
compiler/rustc_ast/Cargo.toml
compiler/rustc_ast_passes/Cargo.toml
...

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@WhyNotHugo
Comment options

@tmccombs
Comment options

@WhyNotHugo
Comment options

Answer selected by WhyNotHugo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants